Skip to content

Commit 50fe2b6

Browse files
committed
Formatting
1 parent a9ed5f9 commit 50fe2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osmium/osm/item_type.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ namespace osmium {
197197
struct OSMIUM_EXPORT unknown_type : public std::runtime_error {
198198

199199
unknown_type() :
200-
std::runtime_error("unknown item type") {
200+
std::runtime_error{"unknown item type"} {
201201
}
202202

203203
}; // struct unknown_type

0 commit comments

Comments
 (0)