Skip to content

Commit fd787ff

Browse files
committed
chore: lint
1 parent 428cff5 commit fd787ff

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

scripts/ci/ci-run-stateful-tests-standalone-s3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ echo "Starting databend-test"
4141
# only expected to get adopted in stateful tests
4242
if [[ "$ALLOW_SHARING" == "true" ]]; then
4343
./databend-test $1 --mode 'standalone' --run-dir 3_stateful_sharing
44-
fi
44+
fi

scripts/ci/deploy/databend-query-sharing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export STORAGE_S3_ROOT=shared
2323

2424
nohup target/${BUILD_PROFILE}/databend-query -c scripts/ci/deploy/config/databend-query-node-shared.toml &
2525

26-
python3 scripts/ci/wait_tcp.py --timeout 5 --port 53307
26+
python3 scripts/ci/wait_tcp.py --timeout 5 --port 53307

src/query/sharing-endpoint/src/middlewares.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ impl<E: Endpoint> Endpoint for SharingAuthImpl<E> {
4141
// TODO(zhihanz) current implementation only used for stateless test
4242
// for production usage, we need to implement a middleware with JWT authentication
4343
async fn call(&self, mut req: Request) -> Result<Self::Output> {
44-
4544
// decode auth header from bearer base64
4645
let auth_header = req
4746
.headers()

0 commit comments

Comments
 (0)