Skip to content

Commit 899f9b6

Browse files
committed
fix alignment
1 parent 0f330d9 commit 899f9b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/harmonization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ def main(self):
505505
self.sanityCheck()
506506

507507
if self.create:
508-
self.createTemplate()
508+
self.createTemplate()
509509

510510
if self.process:
511-
self.harmonizeData()
511+
self.harmonizeData()
512512

513513
if self.create and self.process and self.debug:
514514
self.post_debug()

0 commit comments

Comments
 (0)