Add missing newline at end of SetsTests.java

This commit adds a missing newline to the end of SetsTests.java after
the closing curly brace.
This commit is contained in:
Jason Tedor 2017-06-27 17:28:41 -04:00
parent f6a693e1bc
commit 8afeeed051

View File

@ -82,4 +82,4 @@ public class SetsTests extends ESTestCase {
return Tuple.tuple(left, right);
}
}
}