Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Jul 15, 2021
1 parent ad1f3b8 commit 1447f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void testListOnlineHosts() {
Thread.sleep(5000); // wait to update the storaged's status to OFFLINE
} catch (Exception e) {
LOGGER.error("stop docker service error, ", e);
assert(false);
assert (false);
}
if (metaClient == null) {
metaClient = new MetaClient(address, port);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2020 vesoft inc. All rights reserved.
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
Expand Down

0 comments on commit 1447f4e

Please sign in to comment.