From 8ccb4486cdb03cd3b10606b4bd77b7bcb4107e6d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 20 Mar 2023 13:49:26 +0100 Subject: Format: Run gofumpt --- client/client.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/client.go') diff --git a/client/client.go b/client/client.go index 49c8bc1..c788cb2 100644 --- a/client/client.go +++ b/client/client.go @@ -299,10 +299,10 @@ func (c *Client) ExpiryTimes() (*types.Expiry, error) { cT := b.CountdownTime() nT := b.NotificationTimes() return &types.Expiry{ - StartTime: b.StartTime.Unix(), - EndTime: b.EndTime.Unix(), - ButtonTime: bT, - CountdownTime: cT, + StartTime: b.StartTime.Unix(), + EndTime: b.EndTime.Unix(), + ButtonTime: bT, + CountdownTime: cT, NotificationTimes: nT, }, nil } -- cgit v1.2.3