Skip to content

Commit

Permalink
Fix Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Dec 13, 2024
1 parent 2781b35 commit 1a46df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmd/query/app/querysvc/adjuster/ipattribute.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 The Jaeger Authors.
// SPDX-License-Identifier: Apache-2.0

package adjuster

import (
Expand Down
4 changes: 3 additions & 1 deletion cmd/query/app/querysvc/adjuster/ipattribute_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2024 The Jaeger Authors.
// SPDX-License-Identifier: Apache-2.0

package adjuster

import (
Expand Down Expand Up @@ -43,5 +46,4 @@ func TestIPAttributeAdjuster(t *testing.T) {
val, ok = attributesB.Get("ip")
require.True(t, ok)
require.EqualValues(t, "2.2.3.4", val.Str())

}

0 comments on commit 1a46df9

Please sign in to comment.