From 3101f48a840cb908a6dd91b4518656d5626739a5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 14:10:30 +0000 Subject: [PATCH] style(autofix.ci): automated formatting --- src/iuse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iuse.cpp b/src/iuse.cpp index 7ed7b81ccc68..b5888d3586ba 100644 --- a/src/iuse.cpp +++ b/src/iuse.cpp @@ -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;