Skip to content

Commit

Permalink
Format dat whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Nov 19, 2024
1 parent e4c2f86 commit 66aaca9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/saucecloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,9 @@ func (r *CloudRunner) uploadArchive(fileInfo storage.FileInfo, pType uploadType,
if err != nil {
return "", err
}
log.Info().Str("duration", time.Since(start).Round(time.Second).String()).Str("storageId", resp.ID).
log.Info().
Str("duration", time.Since(start).Round(time.Second).String()).
Str("storageId", resp.ID).
Msgf("%s uploaded.", cases.Title(language.English).String(string(pType)))
return fmt.Sprintf("storage:%s", resp.ID), nil
}
Expand Down

0 comments on commit 66aaca9

Please sign in to comment.