Skip to content

Commit

Permalink
Replaced tabs with whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsaarin committed May 17, 2022
1 parent 4c5a4ab commit 9c8f9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
Timeout: time.Second * 5,
Auth: DefaultAuth,
UseUnconnectedUDPSocket: false,
AllowNonIncreasingOIDs: false,
AllowNonIncreasingOIDs false,
}
DefaultModule = Module{
WalkParams: DefaultWalkParams,
Expand All @@ -70,7 +70,7 @@ type WalkParams struct {
Timeout time.Duration `yaml:"timeout,omitempty"`
Auth Auth `yaml:"auth,omitempty"`
UseUnconnectedUDPSocket bool `yaml:"use_unconnected_udp_socket,omitempty"`
AllowNonIncreasingOIDs bool `yaml:"allow_nonincreasing_oids,omitempty"`
AllowNonIncreasingOID bool `yaml:"allow_nonincreasing_oids,omitempty"`
}

type Module struct {
Expand Down

0 comments on commit 9c8f9cc

Please sign in to comment.