[#68] Makefile: Use gofumpt for formatting

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-03-14 10:31:18 +03:00
parent ea6e390c7b
commit a85146250b
9 changed files with 36 additions and 28 deletions

View file

@ -10,7 +10,7 @@ import (
func TestSetNotification(t *testing.T) {
o := new(Object)
var ni = NotificationInfo{
ni := NotificationInfo{
epoch: 10,
topic: "test",
}