clean up after merge conflicts

This commit is contained in:
Enot (ded) Skelly
2026-04-09 09:57:46 -07:00
parent fae416fb34
commit 5354acb1d3
5 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class GifHelper {
).firstMatch(trimmed);
return pageMatch?.group(1);
}
/// Encode a GIF in a format that parseGif() can parse.
static String encodeGif(String gifId) {
return 'g:$gifId';