aboutsummaryrefslogtreecommitdiffstats
path: root/535
diff options
context:
space:
mode:
Diffstat (limited to '535')
-rw-r--r--535/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/535/main.go b/535/main.go
index 425f9d5..a5e11ef 100644
--- a/535/main.go
+++ b/535/main.go
@@ -28,7 +28,6 @@ func (this *Codec) encode(longUrl string) string {
// Decodes a shortened URL to its original URL.
func (this *Codec) decode(shortUrl string) string {
return this.table[shortUrl[19:]]
-
}
/**