Skip to content

Commit 0986b0b

Browse files
Update internal/provider/cisco/gnmiext/v2/empty.go
Co-authored-by: Felix Kästner <[email protected]>
1 parent 04ed737 commit 0986b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/provider/cisco/gnmiext/v2

internal/provider/cisco/gnmiext/v2/empty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
_ json.Unmarshaler = (*Empty)(nil)
2020
)
2121

22-
// Due to some Cisco IOSX output we also match [ \n null \n]
22+
// Due to some Cisco IOS-XR output we also match [ \n null \n]
2323
var nullTypeRegex = regexp.MustCompile(`^\[\s*null\s*]$`)
2424

2525
// Empty represents the built-in "empty" type as defined in RFC 7951.

0 commit comments

Comments
 (0)