From 9808196ebbe8d815c3fa2458462f58a9349c87c2 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 24 Apr 2022 22:32:12 +0430 Subject: update --- 535/main.go | 1 - 1 file changed, 1 deletion(-) (limited to '535') 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:]] - } /** -- cgit v1.2.3