Skip to content

Commit

Permalink
use <> to make it clear to use fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba-z committed Apr 14, 2022
1 parent aa8f918 commit 249ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/img/png/Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "Reader.hpp"
#include <filesystem>
#include <system_error>
#include "fmt/format.h"
#include <fmt/format.h>

namespace img::png {

Expand Down

0 comments on commit 249ea14

Please sign in to comment.