This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 1673248 Apply autostyle to make spotbugs happy
1673248 is described below
commit 167324893e5fbfeca86d62d6ee6a01cdd56de829
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Mar 8 11:18:12 2020 +0100
Apply autostyle to make spotbugs happy
---
.../test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
b/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
index 5913437..039f123 100644
---
a/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
+++
b/src/core/src/test/groovy/org/apache/jmeter/engine/util/FunctionParserSpec.groovy
@@ -59,4 +59,4 @@ class FunctionParserSpec extends Specification {
return "__func()"
}
}
-}
\ No newline at end of file
+}