mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_storage_sql: Whitespace fix (backported from trunk)
This commit is contained in:
parent
d3b6588fd7
commit
7c186b61f0
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function keyval_store:get(username)
|
|||
module:log("error", "Unable to read from database %s store for %s: %s", store, username or "<host>", result);
|
||||
return nil, result;
|
||||
end
|
||||
return result;
|
||||
return result;
|
||||
end
|
||||
function keyval_store:set(username, data)
|
||||
user,store = username,self.store;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue