Skip to content

Commit

Permalink
chore format golang source code using gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtsc committed Jan 19, 2025
1 parent 5c42010 commit e3286a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/global_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ type GlobalConfig struct {
AlwaysOnline bool
DelayStopSec int

EnableTimestampNanosecond bool
EnableSlsMetricsFormat bool
EnableTimestampNanosecond bool
EnableSlsMetricsFormat bool
}

// LogtailGlobalConfig is the singleton instance of GlobalConfig.
Expand Down

0 comments on commit e3286a0

Please sign in to comment.