forked from TrueCloudLab/frostfs-api-go
[#68] Makefile: Use gofumpt for formatting
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
ea6e390c7b
commit
a85146250b
9 changed files with 36 additions and 28 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
func TestSetNotification(t *testing.T) {
|
||||
o := new(Object)
|
||||
|
||||
var ni = NotificationInfo{
|
||||
ni := NotificationInfo{
|
||||
epoch: 10,
|
||||
topic: "test",
|
||||
}
|
||||
|
|
|
@ -318,8 +318,7 @@ type PutSingleRequest struct {
|
|||
session.RequestHeaders
|
||||
}
|
||||
|
||||
type PutSingleResponseBody struct {
|
||||
}
|
||||
type PutSingleResponseBody struct{}
|
||||
|
||||
type PutSingleResponse struct {
|
||||
body *PutSingleResponseBody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue