Skip to content

Commit 4a4edb3

Browse files
committed
[Java] Formatting.
1 parent cd8dc3a commit 4a4edb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,7 @@ task generateRustCarExample(type: JavaExec) {
531531
task generateCarExampleDataFile(type: JavaExec) {
532532
main = 'uk.co.real_logic.sbe.examples.ExampleUsingGeneratedStub'
533533
classpath = project(':sbe-samples').sourceSets.main.runtimeClasspath
534-
systemProperties(
535-
'sbe.encoding.filename': 'rust/car_example/car_example_data.sbe')
534+
systemProperties('sbe.encoding.filename': 'rust/car_example/car_example_data.sbe')
536535
args = []
537536
standardOutput = new ByteArrayOutputStream()
538537
}

0 commit comments

Comments
 (0)