Remove all trailing whitespace
[prosody.git] / tools / migration / prosody-migrator.lua
index 7c933b88118a748cc43f82f01872895b0ce3518a..b86e9892a0da9630637496c35614ea2f5ce32586 100644 (file)
@@ -115,7 +115,7 @@ if have_err then
        print("");
        os.exit(1);
 end
-       
+
 local itype = config[from_store].type;
 local otype = config[to_store].type;
 local reader = require("migrator."..itype).reader(config[from_store]);