Skip to content

Commit cf94501

Browse files
committed
fix rubocop error
1 parent 8daceba commit cf94501

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ end
6060
CLEAN.include('target')
6161

6262
file 'lib/case_transform/native.bundle' => ['lib/case_transform', :cargo_build] do
63-
sh 'gcc -Wl,-force_load,target/release/libcase_transform.a --shared -Wl,-undefined,dynamic_lookup -o lib/case_transform/native.bundle'
63+
sh 'gcc ' \
64+
'-Wl,-force_load,target/release/libcase_transform.a ' \
65+
'--shared -Wl,-undefined,dynamic_lookup -o lib/case_transform/native.bundle'
6466
end
6567
CLOBBER.include('lib/case_transform/native.bundle')
6668

0 commit comments

Comments
 (0)