Skip to content

Commit 89932ed

Browse files
committed
chore: format
1 parent f1fcbe4 commit 89932ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/core/domain/command/spent.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func (s *Spent) GetCommand() string {
3030
const spentMessage = "Spent today within ChatID %d: $%.2f."
3131

3232
func (s *Spent) Respond(ctx context.Context, _ time.Duration, message *domain.Message) error {
33-
3433
_, err := s.sender.SendMessageReply(ctx, message, fmt.Sprintf(spentMessage,
3534
message.ChatID, s.tracker.GetSpent(message.ChatID)))
3635
if err != nil {

0 commit comments

Comments
 (0)