style: run crystal tool format

This commit is contained in:
Fijxu 2025-08-27 20:21:27 -04:00
parent 9f5f6a1de8
commit 71e6c16348
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -166,7 +166,7 @@ Invidious::Database.check_integrity(CONFIG)
{% puts run("../scripts/minify-js.cr").stringify %}
JS_PATH="js/minified"
{% else %}
JS_PATH="js"
JS_PATH = "js"
{% end %}
{% if !flag?(:skip_videojs_download) %}