Skip to content

Commit 74617f0

Browse files
committed
Formatting.
1 parent a0a91cf commit 74617f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven/jruby/src/templates/osgi_all_inclusive/src/test/java/org/jruby/embed/osgi/test/JRubyOsgiEmbedTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public void testJRubyCreate() throws InterruptedException {
6666
System.err.println();
6767
System.err.println();
6868

69-
// System.setProperty( "jruby.debug.loadService", "true" );
70-
IsolatedScriptingContainer jruby = new IsolatedScriptingContainer();
69+
// System.setProperty( "jruby.debug.loadService", "true" );
70+
IsolatedScriptingContainer jruby = new IsolatedScriptingContainer();
7171

7272
// run a script from LOAD_PATH
7373
String hello = (String) jruby.runScriptlet( "require 'hello'; Hello.say" );

0 commit comments

Comments
 (0)