Skip to content

Commit 7648f03

Browse files
committed
fix_: remove empty spaces
1 parent 9f319f7 commit 7648f03

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_assets/scripts/run_unit_tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22
set -o pipefail
33

4-
54
GIT_ROOT=$(cd "${BASH_SOURCE%/*}" && git rev-parse --show-toplevel)
65
source "${GIT_ROOT}/_assets/scripts/colors.sh"
76
source "${GIT_ROOT}/_assets/scripts/codecov.sh"

messaging/core_test_utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ func (tp *testPublicWakuAPI) Post(ctx context.Context, req wakutypes.NewMessage)
113113
}
114114

115115
func newTestWakuWrapper() (*testWakuWrapper, error) {
116-
117116
w, err := wakuv2.New(
118117
nil,
119118
&wakuv2.DefaultConfig,

0 commit comments

Comments
 (0)