Skip to content

Commit

Permalink
refact(deadcode): Fix deadcode and shebangs error (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Sonia Singla <[email protected]>
  • Loading branch information
soniasingla authored May 6, 2021
1 parent 1375725 commit 73d9580
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions buildscripts/test-cov.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Copyright © 2020 The OpenEBS Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/usr/bin/env bash

set -e
echo "" > coverage.txt

Expand Down
3 changes: 1 addition & 2 deletions ci/ci-test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# Copyright 2019 The OpenEBS Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/usr/bin/env bash

set -e

ZFS_OPERATOR=deploy/zfs-operator.yaml
Expand Down
1 change: 0 additions & 1 deletion pkg/driver/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func (s *nonBlockingGRPCServer) Start() {
s.wg.Add(1)

go s.serve(s.endpoint, s.idntyServer, s.ctrlServer, s.agentServer)

}

// Wait for the service to stop
Expand Down

0 comments on commit 73d9580

Please sign in to comment.