Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber committed Jun 16, 2019
1 parent 23f5ae8 commit f698db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1441,8 +1441,7 @@ std::string item::info( std::vector<iteminfo> &info, const iteminfo_query *parts
at->name() );
info.emplace_back( "GUN", _( "<bold>Capacity:</bold> " ), fmt, iteminfo::no_flags,
mod->ammo_capacity() );
}
else {
} else {
auto fmt = string_format(
ngettext( "<num> round of %s", "<num> rounds of %s", mod->ammo_capacity() ),
at->name() );
Expand Down

0 comments on commit f698db0

Please sign in to comment.