Skip to content

Commit 2116284

Browse files
committed
go fmt issue fix
Signed-off-by: Verma-Anukul <anukulverma2013@gmail.com>
1 parent 606e419 commit 2116284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

translib/transformer/vlan_openconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,4 +1042,4 @@ func Test_openconfig_vlan_interface_delete(t *testing.T) {
10421042
expected_err_invalid = tlerr.NotFoundError{Format: err_str}
10431043
t.Run("Test GET on deleted VLAN interface", processGetRequest(url, nil, "", true, expected_err_invalid))
10441044
time.Sleep(1 * time.Second)
1045-
}
1045+
}

translib/transformer/xfmr_intf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4452,4 +4452,4 @@ var DbToYang_intf_cpu_xfmr FieldXfmrDbtoYang = func(inParams XfmrParams) (map[st
44524452
// cpu port not supported
44534453
result["cpu"] = false
44544454
return result, nil
4455-
}
4455+
}

0 commit comments

Comments
 (0)