Skip to content

Commit

Permalink
Format using current clangd in Gitpod environment
Browse files Browse the repository at this point in the history
  • Loading branch information
i-ky committed Jun 27, 2024
1 parent 54f7f72 commit 0e0bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class CompilationDatabase : ofstream {
};

template <typename... Args>
CompilationDatabase::CompilationDatabase(Args &&... args)
CompilationDatabase::CompilationDatabase(Args &&...args)
: ofstream(std::forward<Args>(args)...) {
*this << '[';
}
Expand Down

0 comments on commit 0e0bc1a

Please sign in to comment.