Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Feb 26, 2024
1 parent bdcbecb commit 7208a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func deserialize_pre_2022_03_02_PortSpecs(specsStr string) (map[string]*port_spe
//TODO we are passing nil wait so far because the wait's serialization/deserialization logic is not added yet because
//TODO the port wait feature is in the design stage and its name and fields could change,
//TODO we will include this in a next PR
portSpec, err := port_spec.NewPortSpec(portNumUint16, portProtocol, emptyApplicationProtocol, nil, emptyUrl)
portSpec, err := port_spec.NewPortSpec(portNumUint16, portProtocol, emptyApplicationProtocol, nil, consts.EmptyApplicationURL)
if err != nil {
return nil, stacktrace.Propagate(
err,
Expand Down

0 comments on commit 7208a73

Please sign in to comment.