Skip to content

Commit

Permalink
Ran go fmt to fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravkuber committed Oct 1, 2024
1 parent c370f6b commit 6ccbd55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions lib/backend/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -20,8 +20,8 @@ import (
)

const (
DefaultPartSize int64 = int64(64 * memsize.MB)
DefaultBufferGuard datasize.ByteSize = 10 * datasize.MB
DefaultConcurrency int = 10
DefaultListMaxKeys int = 250
DefaultPartSize int64 = int64(64 * memsize.MB)
DefaultBufferGuard datasize.ByteSize = 10 * datasize.MB
DefaultConcurrency int = 10
DefaultListMaxKeys int = 250
)
2 changes: 1 addition & 1 deletion lib/backend/gcsbackend/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion lib/backend/gcsbackend/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
Expand Down

0 comments on commit 6ccbd55

Please sign in to comment.