Skip to content

Commit 1b19abc

Browse files
style: Automated gofmt
Formatted Go code using gofmt.
1 parent 7b5a78e commit 1b19abc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aggregator/auth.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ func (r *RpcServer) GetSignatureFormat(ctx context.Context, req *avsproto.GetSig
191191
issuedAt := time.Now().UTC().Format("2006-01-02T15:04:05.000Z")
192192
expiredAt := time.Now().Add(time.Hour * 24).UTC().Format("2006-01-02T15:04:05.000Z")
193193
walletAddress := "0x0000000000000000000000000000000000000000" // Example address
194-
194+
195195
formattedMessage := fmt.Sprintf(authTemplate, chainId, issuedAt, expiredAt, walletAddress)
196-
196+
197197
return &avsproto.GetSignatureFormatResp{
198198
Format: formattedMessage,
199199
}, nil

0 commit comments

Comments
 (0)