Author: fschumacher
Date: Sat Jun 23 13:32:25 2018
New Revision: 1834206

URL: http://svn.apache.org/viewvc?rev=1834206&view=rev
Log:
Add a newline to the end of the file to make checkstyle happy.

Modified:
    
jmeter/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy

Modified: 
jmeter/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy?rev=1834206&r1=1834205&r2=1834206&view=diff
==============================================================================
--- 
jmeter/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy 
(original)
+++ 
jmeter/trunk/test/src/org/apache/jmeter/functions/gui/FunctionHelperSpec.groovy 
Sat Jun 23 13:32:25 2018
@@ -48,4 +48,5 @@ class FunctionHelperSpec extends JMeterS
           "fname"      | ["a", "b"]    | "\${fname(a,b)}"
           "fname"      | ["a,b", "c"]  | "\${fname(a\\,b,c)}"
     }
-}
\ No newline at end of file
+}
+


Reply via email to