diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-26 14:33:50 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-26 14:33:50 -0600 |
| commit | 984800d293f71553dce03bdd0482cab057e571fb (patch) | |
| tree | 69843c0f4a800a89756f8db61ca8345b7f019472 /repeat.go | |
| parent | dcb726e7fabc7d68f69b697c2058404f74041a18 (diff) | |
gofmt -w *.go
Diffstat (limited to 'repeat.go')
| -rw-r--r-- | repeat.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ package main import "strings" func Repeat(character string, times int) string { - return strings.Repeat(character, times) + return strings.Repeat(character, times) } |
