# HG changeset patch # User Kim Alvefur # Date 1687001802 -7200 # Node ID cf2a907ac130f440ecbace97fbac01695f18806b # Parent 841276d0cc2559ae985e5e1e57101aa949870132 mod_storage_sql: Adjust indentation to align with surrounding code diff -r 841276d0cc25 -r cf2a907ac130 plugins/mod_storage_sql.lua --- a/plugins/mod_storage_sql.lua Sat Jun 17 00:22:45 2023 +0200 +++ b/plugins/mod_storage_sql.lua Sat Jun 17 13:36:42 2023 +0200 @@ -310,9 +310,9 @@ item_count_cache_miss(); local ok, ret = engine:transaction(function() local count_sql = [[ - SELECT COUNT(*) FROM "prosodyarchive" - WHERE "host"=? AND "user"=? AND "store"=?; - ]]; + SELECT COUNT(*) FROM "prosodyarchive" + WHERE "host"=? AND "user"=? AND "store"=?; + ]]; local result = engine:select(count_sql, host, user, store); if result then for row in result do