Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in e7a21ec according to the output
from Gofumpt and Prettier.

Details: #2236
  • Loading branch information
deepsource-autofix[bot] authored Dec 7, 2023
1 parent e7a21ec commit f6c85fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apis/grpc/v1/payload/interface.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
//
// Copyright (C) 2019-2023 vdaas.org vald team <[email protected]>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// https://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,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
package payload

import "google.golang.org/protobuf/reflect/protoreflect"
Expand Down

0 comments on commit f6c85fe

Please sign in to comment.