Browse Source

newlines at the end of the files

master
jcao219 14 years ago
parent
commit
33db26a4f0
  1. 1
      var.py

1
var.py

@ -233,4 +233,3 @@ def update_role_stats(clk, role, won, iwon):
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)", c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)",
(plid, rid, wins, iwins, total)) (plid, rid, wins, iwins, total))
Loading…
Cancel
Save