commit b82c054dbf6902462daf0cd18b0d41e9d8eaf38f Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue May 16 16:52:54 2017 +0200
Fix a few checkstyle complaints about whitespace. --- .../org/torproject/descriptor/impl/ExtraInfoDescriptorImplTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/test/java/org/torproject/descriptor/impl/ExtraInfoDescriptorImplTest.java b/src/test/java/org/torproject/descriptor/impl/ExtraInfoDescriptorImplTest.java index 8b96c88..b6e1343 100644 --- a/src/test/java/org/torproject/descriptor/impl/ExtraInfoDescriptorImplTest.java +++ b/src/test/java/org/torproject/descriptor/impl/ExtraInfoDescriptorImplTest.java @@ -1777,7 +1777,7 @@ public class ExtraInfoDescriptorImplTest { "enabled-read-pad", "enabled-read-total", "enabled-write-pad", "enabled-write-total", "max-chanpad-timers"}, new long[] { 10000L, 10000L, 10000L, 10000L, 10000L, 10000L, 70000L, - 0L, 0L, 0L, 0L, 0L}); + 0L, 0L, 0L, 0L, 0L}); }
@Test() @@ -1794,7 +1794,7 @@ public class ExtraInfoDescriptorImplTest { "enabled-read-pad", "enabled-read-total", "xenabled-write-pad", "enabled-write-total"}, new long[] { 10000L, 10000L, 10000L, 10000L, 10000L, 10000L, 70000L, - 0L, 0L, 0L, 0L}); + 0L, 0L, 0L, 0L}); }
private void checkPaddingCounts(ExtraInfoDescriptor descriptor, @@ -1822,7 +1822,7 @@ public class ExtraInfoDescriptorImplTest { "enabled-read-pad", "enabled-read-total", "enabled-write-pad", "enabled-write-total", "max-chanpad-timers", "some-new-value"}, new long[] { 10000L, 10000L, 10000L, 10000L, 10000L, 10000L, 70000L, - 0L, 0L, 0L, 0L, 0L, 42L}); + 0L, 0L, 0L, 0L, 0L, 42L}); }
@Test(expected = DescriptorParseException.class)