Skip to content

Commit

Permalink
Fixed linter (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille authored Mar 15, 2023
1 parent b3a90bc commit eaca21e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libmamba/src/core/compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// The full license is in the file LICENSE, distributed with this software.

#include "compression.hpp"

#include <spdlog/spdlog.h>

#include "compression.hpp"

namespace mamba
{
size_t ZstdStream::write(char* in, size_t size)
Expand Down
4 changes: 2 additions & 2 deletions libmamba/src/core/curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//
// The full license is in the file LICENSE, distributed with this software.

#include "curl.hpp"

#include <spdlog/spdlog.h>

#include "curl.hpp"

namespace mamba
{
const std::pair<std::string_view, CurlLogLevel> init_curl_ssl_session()
Expand Down

0 comments on commit eaca21e

Please sign in to comment.