summaryrefslogtreecommitdiff
path: root/adder.go
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-26 14:33:50 -0600
committermo khan <mo.khan@gmail.com>2019-10-26 14:33:50 -0600
commit984800d293f71553dce03bdd0482cab057e571fb (patch)
tree69843c0f4a800a89756f8db61ca8345b7f019472 /adder.go
parentdcb726e7fabc7d68f69b697c2058404f74041a18 (diff)
gofmt -w *.go
Diffstat (limited to 'adder.go')
-rw-r--r--adder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/adder.go b/adder.go
index 9ae14aa..72e35b7 100644
--- a/adder.go
+++ b/adder.go
@@ -1,5 +1,5 @@
package main
func Add(x, y int) int {
- return x + y
+ return x + y
}