Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 30, 2025
1 parent 107ff67 commit f3f1f2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CurlVersion.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "CurlVersion.hpp"

#include <fmt/core.h>
#include <fmt/format.h>
#include <string>

namespace curl {
Expand Down
2 changes: 1 addition & 1 deletion src/CurlVersion.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <curl/curl.h>
#include <fmt/core.h>
#include <fmt/format.h>
#include <string>

namespace curl {
Expand Down
2 changes: 1 addition & 1 deletion src/Git2/Version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "Exception.hpp"

#include <fmt/core.h>
#include <fmt/format.h>
#include <git2/common.h>
#include <string>

Expand Down
2 changes: 1 addition & 1 deletion src/Git2/Version.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <fmt/core.h>
#include <fmt/format.h>
#include <string>

namespace git2 {
Expand Down

0 comments on commit f3f1f2b

Please sign in to comment.