Skip to content

Commit 42f9308

Browse files
committed
Remove some spaces
1 parent 8ad57f2 commit 42f9308

11 files changed

+4
-6
lines changed

cache.csv

-2
This file was deleted.
-135 Bytes
Binary file not shown.
-2.57 KB
Binary file not shown.
-2.56 KB
Binary file not shown.
-1.57 KB
Binary file not shown.
-1.6 KB
Binary file not shown.

lialib/__pycache__/lia.cpython-34.pyc

-3.81 KB
Binary file not shown.
-4.44 KB
Binary file not shown.
-4.65 KB
Binary file not shown.
-3.92 KB
Binary file not shown.

lialib/liaBackend.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ def setSecondAccounts(lineData, secondaryAccounts):
131131
"""Sets the secondary accounts data in lineData"""
132132
lineData["secondAccounts"] = secondaryAccounts
133133

134-
## Use this if more complicated method needed
134+
## Use this if more complicated method needed
135135
## for (accountName, accountAmount) in secondaryAccounts:
136136
## lineData["secondAccounts"].append((accountName, accountAmount))
137-
137+
138138
return(lineData)
139-
139+
140140

141141
## Output Functions
142142
def writeLedgerStatement(lineData, outFile):
@@ -148,5 +148,5 @@ def writeLedgerStatement(lineData, outFile):
148148
lastLines = lastLines + "\t" + line[0] + "\t" + line[1] + "\n"
149149

150150
outFile.write(nameLine + mainAccountLine + lastLines + "\n")
151-
151+
152152

0 commit comments

Comments
 (0)