Skip to content

Commit b0b28fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 967c55e commit b0b28fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mbgl/util/source_location.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ using source_location = std::source_location;
1717
class source_location final {
1818
public:
1919
constexpr source_location(const char* fileName_ = "",
20-
const char* functionName_ = "",
21-
std::uint_least32_t line_ = 0) noexcept
20+
const char* functionName_ = "",
21+
std::uint_least32_t line_ = 0) noexcept
2222
: fileName(fileName_),
2323
functionName(functionName_),
2424
lineNumber(line_) {}

0 commit comments

Comments
 (0)