Skip to content

Commit

Permalink
Remove unused format in decimal_info.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Drogon <[email protected]>
  • Loading branch information
JackDrogon committed Dec 26, 2023
1 parent 47a1e7e commit 9db2702
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parser/type/info/decimal_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "decimal_info.h"
#include "spdlog/fmt/fmt.h"
#include "type/number/decimal_type.h"
#include <format>

namespace infinity {

Expand Down Expand Up @@ -46,4 +45,4 @@ nlohmann::json DecimalInfo::Serialize() const {
return res;
}

} // namespace infinity
} // namespace infinity

0 comments on commit 9db2702

Please sign in to comment.