Skip to content

Commit 7466fef

Browse files
Formatting
1 parent d5cb2a3 commit 7466fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/util/StubServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private static boolean boltKitAvailable()
122122
try
123123
{
124124
// run 'help' command to see if boltstub is available
125-
Process process = new ProcessBuilder( "bolt").start();
125+
Process process = new ProcessBuilder( "bolt" ).start();
126126
int exitCode = process.waitFor();
127127
return exitCode == 0;
128128
}

0 commit comments

Comments
 (0)