add semocolon

This commit is contained in:
Asaki Yuki 2026-04-20 04:27:06 +07:00
parent 3c5c61b107
commit 8d79453711

View file

@ -5,7 +5,7 @@
settings.server = { settings.server = {
HTTP_PORT = 21350; HTTP_PORT = 21350;
ROOT_URL = "https://git.asakiyuki.com/" ROOT_URL = "https://git.asakiyuki.com/";
}; };
}; };
} }