Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 14, 2023
1 parent 93209f6 commit 3101f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@ int iuse::can_goo( player *p, item *it, bool, const tripoint & )
g->m.trap_set( goop, tr_goo );
}
}
if ( it->charges <= it->type->charges_to_use()) {
if( it->charges <= it->type->charges_to_use() ) {
it->charges = 0;
it->convert( itype_canister_empty );
return 0;
Expand Down

0 comments on commit 3101f48

Please sign in to comment.