Skip to content

Commit

Permalink
Endlines to pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
msparapa committed May 4, 2024
1 parent b25a117 commit b9302d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/lielab/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def build(self):
def test(self):
if can_run(self):
bin_path = os.path.join(self.cpp.build.bindir, "test_package")
self.run(bin_path, env="conanrun")
self.run(bin_path, env="conanrun")
2 changes: 1 addition & 1 deletion recipes/lielab/all/test_package/test_package.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ int main(void) {
std::cout << Lielab::LOCATION << std::endl;

return EXIT_SUCCESS;
}
}

0 comments on commit b9302d0

Please sign in to comment.