Strip trailing whitespace
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 4 Oct 2015 18:07:42 +0000 (14:07 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 4 Oct 2015 18:07:42 +0000 (14:07 -0400)
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>>),
-            {error, packet_length_invalid} = 
+            {error, packet_length_invalid} =
                 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),
This page took 0.016773 seconds and 4 git commands to generate.