Skip to content

Commit

Permalink
refactor: adjust to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed May 14, 2024
1 parent 5b7c203 commit 37cab15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/_rust_utils/code/rust_utils.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/* This comment bypasses grep checks */ /var/__rust_utils

/proc/__detect_rust_utils()
if (world.system_type == UNIX)
if (fexists("./librust_utils.so"))
if(world.system_type == UNIX)
if(fexists("./librust_utils.so"))
// No need for LD_LIBRARY_PATH badness.
return __rust_utils = "./librust_utils.so"
else
Expand Down

0 comments on commit 37cab15

Please sign in to comment.