Skip to content

Commit adf5480

Browse files
committed
Adjust the padding for the ascii arts
1 parent 16d6a6b commit adf5480

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

daze.go

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,17 +1165,17 @@ func SizeParser(s string) uint64 {
11651165
}
11661166

11671167
// ============================================================================
1168-
// ___ ___ ___ ___
1169-
// /\ \ /\ \ /\ \ /\ \
1170-
// /::\ \ /::\ \ \:\ \ /::\ \
1171-
// /:/\:\ \ /:/\:\ \ \:\ \ /:/\:\ \
1172-
// /:/ \:\__\ /::\~\:\ \ /::\ \ /::\~\:\ \
1173-
// /:/__/ \:|__| /:/\:\ \:\__\ /:/\:\__\ /:/\:\ \:\__\
1174-
// \:\ \ /:/ / \/__\:\/:/ / /:/ \/__/ \/__\:\/:/ /
1175-
// \:\ /:/ / \::/ / /:/ / \::/ /
1176-
// \:\/:/ / /:/ / /:/ / /:/ /
1177-
// \::/__/ /:/ / /:/ / /:/ /
1178-
// ~~ \/__/ \/__/ \/__/
1168+
// ___ ___ ___ ___
1169+
// /\ \ /\ \ /\ \ /\ \
1170+
// /::\ \ /::\ \ \:\ \ /::\ \
1171+
// /:/\:\ \ /:/\:\ \ \:\ \ /:/\:\ \
1172+
// /:/ \:\__\ /::\~\:\ \ /::\ \ /::\~\:\ \
1173+
// /:/__/ \:|__| /:/\:\ \:\__\ /:/\:\__\ /:/\:\ \:\__\
1174+
// \:\ \ /:/ / \/__\:\/:/ / /:/ \/__/ \/__\:\/:/ /
1175+
// \:\ /:/ / \::/ / /:/ / \::/ /
1176+
// \:\/:/ / /:/ / /:/ / /:/ /
1177+
// \::/__/ /:/ / /:/ / /:/ /
1178+
// ~~ \/__/ \/__/ \/__/
11791179
// ============================================================================
11801180

11811181
// LoadApnic loads remote resource. APNIC is the Regional Internet Registry administering IP addresses for the Asia
@@ -1302,17 +1302,17 @@ var ResolverPublic = struct {
13021302
}
13031303

13041304
// ============================================================================
1305-
// ___ ___ ___ ___
1306-
// /\ \ /\ \ /\ \ /\ \
1307-
// \:\ \ /::\ \ /::\ \ \:\ \
1308-
// \:\ \ /:/\:\ \ /:/\ \ \ \:\ \
1309-
// /::\ \ /::\~\:\ \ _\:\~\ \ \ /::\ \
1310-
// /:/\:\__\ /:/\:\ \:\__\ /\ \:\ \ \__\ /:/\:\__\
1311-
// /:/ \/__/ \:\~\:\ \/__/ \:\ \:\ \/__/ /:/ \/__/
1312-
// /:/ / \:\ \:\__\ \:\ \:\__\ /:/ /
1313-
// /:/ / \:\ \/__/ \:\/:/ / /:/ /
1314-
// /:/ / \:\__\ \::/ / /:/ /
1315-
// \/__/ \/__/ \/__/ \/__/
1305+
// ___ ___ ___ ___
1306+
// /\ \ /\ \ /\ \ /\ \
1307+
// \:\ \ /::\ \ /::\ \ \:\ \
1308+
// \:\ \ /:/\:\ \ /:/\ \ \ \:\ \
1309+
// /::\ \ /::\~\:\ \ _\:\~\ \ \ /::\ \
1310+
// /:/\:\__\ /:/\:\ \:\__\ /\ \:\ \ \__\ /:/\:\__\
1311+
// /:/ \/__/ \:\~\:\ \/__/ \:\ \:\ \/__/ /:/ \/__/
1312+
// /:/ / \:\ \:\__\ \:\ \:\__\ /:/ /
1313+
// /:/ / \:\ \/__/ \:\/:/ / /:/ /
1314+
// /:/ / \:\__\ \::/ / /:/ /
1315+
// \/__/ \/__/ \/__/ \/__/
13161316
// ============================================================================
13171317

13181318
// A remote server for testing.

0 commit comments

Comments
 (0)