Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Oct 25, 2023
1 parent 5c8c207 commit 14d505e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions api/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
// Copyright (C) 2020 Graylog, Inc.

// This program is free software: you can redistribute it and/or modify
// it under the terms of the Server Side Public License, version 1,
// as published by MongoDB, Inc.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Server Side Public License for more details.
//
// You should have received a copy of the Server Side Public License
// along with this program. If not, see
// <http://www.mongodb.com/licensing/server-side-public-license>.

package api

import "github.com/hashicorp/go-version"
Expand Down
2 changes: 1 addition & 1 deletion common/sigar.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// along with this program. If not, see
// <http://www.mongodb.com/licensing/server-side-public-license>.

// +build !freebsd,!darwin,!solaris
//go:build !freebsd && !darwin && !solaris

package common

Expand Down
2 changes: 1 addition & 1 deletion daemon/svc_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// along with this program. If not, see
// <http://www.mongodb.com/licensing/server-side-public-license>.

// +build !windows
//go:build !windows

package daemon

Expand Down
2 changes: 1 addition & 1 deletion services/control_handler_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// along with this program. If not, see
// <http://www.mongodb.com/licensing/server-side-public-license>.

// +build darwin linux solaris freebsd
//go:build darwin || linux || solaris || freebsd

package services

Expand Down

0 comments on commit 14d505e

Please sign in to comment.