Skip to content

Commit d17a347

Browse files
format code
1 parent e41463c commit d17a347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/transform.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ constexpr std::string_view TransformTypeToString(TransformType type) {
6161
return kVoidName;
6262
}
6363
internal::Unreachable(
64-
std::format("Unknown transform type: {}", static_cast<int>(type)));
64+
std::format("Unknown transform type: {}", static_cast<int>(type)));
6565
}
6666

6767
std::shared_ptr<Transform> Transform::Identity() {

0 commit comments

Comments
 (0)