Skip to content

Commit

Permalink
Appease checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Dec 11, 2024
1 parent d5acaea commit 8811ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/libmain/libmain.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func StartMonitoringHandler(env *real_environment.RealEnv) {

func StartAndRunServices(env *real_environment.RealEnv) {
if *maxThreads > 0 {
debug.SetMaxThreads(*maxThreads);
debug.SetMaxThreads(*maxThreads)
}

if err := rlimit.MaxRLimit(); err != nil {
Expand Down

0 comments on commit 8811ff7

Please sign in to comment.