Strip trailing whitespace
[erlang-x-plane-data.git] / test / x_plane_data_SUITE.erl
index 3c69676..03a7fc4 100644 (file)
@@ -49,9 +49,9 @@ t_basic_sanity_check(_Cfg) ->
                 x_plane_data:of_bin(<<Packet/binary, FakeBlockBadIndex/binary>>),
             {error, packet_unrecognized} =
                 x_plane_data:of_bin(<<"bad-header", Packet/binary>>),
                 x_plane_data:of_bin(<<Packet/binary, FakeBlockBadIndex/binary>>),
             {error, packet_unrecognized} =
                 x_plane_data:of_bin(<<"bad-header", Packet/binary>>),
-            {error, packet_length_invalid} = 
+            {error, packet_length_invalid} =
                 x_plane_data:of_bin(<<Packet/binary, "extra-stuff">>),
                 x_plane_data:of_bin(<<Packet/binary, "extra-stuff">>),
-            {ok, Data} = 
+            {ok, Data} =
                 x_plane_data:of_bin(<<Packet/binary, FakeBlockOk/binary>>),
             {some, #x_plane_datum_speeds{}} =
                 hope_kv_list:get(Data, speeds),
                 x_plane_data:of_bin(<<Packet/binary, FakeBlockOk/binary>>),
             {some, #x_plane_datum_speeds{}} =
                 hope_kv_list:get(Data, speeds),
This page took 0.01796 seconds and 4 git commands to generate.