Skip to content

Commit

Permalink
apply astyle
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
peter4370 and github-actions[bot] committed Sep 21, 2024
1 parent e5ea370 commit 35bffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clzones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ unload_options::query_unload_result unload_options::query_unload()
mods = query_yn(
_( "Detach mods from weapons? (Be careful as you may not have the skills to reattach them)" ) );
sparse_only = query_yn( string_format(
_( "Avoid unloading items stacks (not charges) greater than a certain amount? (Amount defined in next window)" ) ) );
_( "Avoid unloading items stacks (not charges) greater than a certain amount? (Amount defined in next window)" ) ) );
if( sparse_only ) {
int threshold;
if( query_int( threshold,
Expand Down

0 comments on commit 35bffa2

Please sign in to comment.