Skip to content

Commit

Permalink
🤖 Update license headers / Format Go codes and YAML files
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <vald@vdaas.org>
  • Loading branch information
vdaas-ci committed Dec 25, 2024
1 parent e6ea746 commit 307f291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Run tests for Rust / gotestfmt
run: |
TEST_RESULT_DIR=${GITHUB_WORKSPACE} make test/rust/qbg
TEST_RESULT_DIR=${GITHUB_WORKSPACE} make test/rust/qbg
2 changes: 1 addition & 1 deletion rust/libs/algorithms/qbg/src/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,4 +432,4 @@ std::unique_ptr<Index> new_index(const rust::String &path, Property &p)
std::unique_ptr<Index> new_prebuilt_index(const rust::String &path, bool prebuilt)
{
return std::make_unique<Index>(path, prebuilt);
}
}
2 changes: 1 addition & 1 deletion rust/libs/algorithms/qbg/src/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class Index

std::unique_ptr<Property> new_property();
std::unique_ptr<Index> new_index(const rust::String &, Property &);
std::unique_ptr<Index> new_prebuilt_index(const rust::String &, bool);
std::unique_ptr<Index> new_prebuilt_index(const rust::String &, bool);

0 comments on commit 307f291

Please sign in to comment.