From 8afeeed051101cfa3fe2f79dee725be31e504eea Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 27 Jun 2017 17:28:41 -0400 Subject: [PATCH] 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. --- .../test/java/org/elasticsearch/common/util/set/SetsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/java/org/elasticsearch/common/util/set/SetsTests.java b/core/src/test/java/org/elasticsearch/common/util/set/SetsTests.java index 9ef58c3acc7..0c1869a6b40 100644 --- a/core/src/test/java/org/elasticsearch/common/util/set/SetsTests.java +++ b/core/src/test/java/org/elasticsearch/common/util/set/SetsTests.java @@ -82,4 +82,4 @@ public class SetsTests extends ESTestCase { return Tuple.tuple(left, right); } -} \ No newline at end of file +}