Skip to content

Commit fce7a35

Browse files
committed
chore: fix missing newline at end of rust.gdextension file
Ensure the file ends with a newline to comply with POSIX standards and avoid potential issues with text processing tools.
1 parent da62a59 commit fce7a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squash-the-creeps/godot/rust.gdextension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ macos.release = "res://../../target/release/libsquash_the_creeps.dylib"
1313
macos.debug.arm64 = "res://../../target/debug/libsquash_the_creeps.dylib"
1414
macos.release.arm64 = "res://../../target/release/libsquash_the_creeps.dylib"
1515
web.debug.wasm32 = "res://../../target/wasm32-unknown-emscripten/debug/squash_the_creeps.wasm"
16-
web.release.wasm32 = "res://../../target/wasm32-unknown-emscripten/release/squash_the_creeps.wasm"
16+
web.release.wasm32 = "res://../../target/wasm32-unknown-emscripten/release/squash_the_creeps.wasm"

0 commit comments

Comments
 (0)