Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Sep 16, 2024
1 parent d16a791 commit f52b71e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inkcpp_compiler/list_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ void list_data::new_flag(const std::string& flag_name, int value)
&flag_name,
list_flag{
.list_id = static_cast<decltype(list_flag::list_id)>(_list_name.size() - 1),
.flag = static_cast<decltype(list_flag::flag)>(value)
}
.flag = static_cast<decltype(list_flag::flag)>(value)}
);
}

Expand Down

0 comments on commit f52b71e

Please sign in to comment.