From 307f29116cea0eed2475d2b66a492e66b03c7d1d Mon Sep 17 00:00:00 2001 From: Vdaas CI Date: Wed, 25 Dec 2024 11:50:02 +0000 Subject: [PATCH] :robot: Update license headers / Format Go codes and YAML files Signed-off-by: Vdaas CI --- .github/workflows/unit-test-rust.yaml | 2 +- rust/libs/algorithms/qbg/src/input.cpp | 2 +- rust/libs/algorithms/qbg/src/input.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit-test-rust.yaml b/.github/workflows/unit-test-rust.yaml index b8f24a5aed..f1e7867e6e 100644 --- a/.github/workflows/unit-test-rust.yaml +++ b/.github/workflows/unit-test-rust.yaml @@ -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 \ No newline at end of file + TEST_RESULT_DIR=${GITHUB_WORKSPACE} make test/rust/qbg diff --git a/rust/libs/algorithms/qbg/src/input.cpp b/rust/libs/algorithms/qbg/src/input.cpp index 3e6109d8fb..470b851b27 100644 --- a/rust/libs/algorithms/qbg/src/input.cpp +++ b/rust/libs/algorithms/qbg/src/input.cpp @@ -432,4 +432,4 @@ std::unique_ptr new_index(const rust::String &path, Property &p) std::unique_ptr new_prebuilt_index(const rust::String &path, bool prebuilt) { return std::make_unique(path, prebuilt); -} \ No newline at end of file +} diff --git a/rust/libs/algorithms/qbg/src/input.h b/rust/libs/algorithms/qbg/src/input.h index 02ccbb2432..43007f2fcf 100644 --- a/rust/libs/algorithms/qbg/src/input.h +++ b/rust/libs/algorithms/qbg/src/input.h @@ -115,4 +115,4 @@ class Index std::unique_ptr new_property(); std::unique_ptr new_index(const rust::String &, Property &); -std::unique_ptr new_prebuilt_index(const rust::String &, bool); \ No newline at end of file +std::unique_ptr new_prebuilt_index(const rust::String &, bool);