Skip to content

Commit ee89772

Browse files
author
James Wilson
committed
fix indentation
1 parent b7f5023 commit ee89772

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package/main.tcl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ namespace eval ::jira {
292292
return 1
293293
} else {
294294
# pass the json response in the result array to improve error handling
295-
array set result [array get json]
295+
array set result [array get json]
296296
return 0
297297
}
298298
}
@@ -353,7 +353,7 @@ namespace eval ::jira {
353353
return 1
354354
} else {
355355
# pass the json response in the result array to improve error handling
356-
array set result [array get json]
356+
array set result [array get json]
357357
return 0
358358
}
359359
}
@@ -408,7 +408,7 @@ namespace eval ::jira {
408408
return 1
409409
} else {
410410
# pass the json response in the result array to improve error handling
411-
array set result [array get json]
411+
array set result [array get json]
412412
return 0
413413
}
414414
}
@@ -451,7 +451,7 @@ namespace eval ::jira {
451451
return 1
452452
} else {
453453
# pass the json response in the result array to improve error handling
454-
array set result [array get json]
454+
array set result [array get json]
455455
return 0
456456
}
457457
}
@@ -496,7 +496,7 @@ namespace eval ::jira {
496496
return 1
497497
} else {
498498
# pass the json response in the result array to improve error handling
499-
array set result [array get json]
499+
array set result [array get json]
500500
return 0
501501
}
502502
} else {
@@ -517,7 +517,7 @@ namespace eval ::jira {
517517
return 1
518518
} else {
519519
# pass the json response in the result array to improve error handling
520-
array set result [array get json]
520+
array set result [array get json]
521521
return 0
522522
}
523523
}
@@ -582,7 +582,7 @@ namespace eval ::jira {
582582
return 1
583583
} else {
584584
# pass the json response in the result array to improve error handling
585-
array set result [array get json]
585+
array set result [array get json]
586586
return 0
587587
}
588588
}
@@ -619,7 +619,7 @@ namespace eval ::jira {
619619
return 1
620620
} else {
621621
# pass the json response in the result array to improve error handling
622-
array set result [array get json]
622+
array set result [array get json]
623623
return 0
624624
}
625625

@@ -661,7 +661,7 @@ namespace eval ::jira {
661661
return 1
662662
} else {
663663
# pass the json response in the result array to improve error handling
664-
array set result [array get json]
664+
array set result [array get json]
665665
return 0
666666
}
667667
}
@@ -683,7 +683,7 @@ namespace eval ::jira {
683683
return 1
684684
} else {
685685
# pass the json response in the result array to improve error handling
686-
array set result [array get json]
686+
array set result [array get json]
687687
return 0
688688
}
689689
}
@@ -701,7 +701,7 @@ namespace eval ::jira {
701701
return 1
702702
} else {
703703
# pass the json response in the result array to improve error handling
704-
array set result [array get json]
704+
array set result [array get json]
705705
return 0
706706
}
707707

@@ -743,7 +743,7 @@ namespace eval ::jira {
743743
return 1
744744
} else {
745745
# pass the json response in the result array to improve error handling
746-
array set result [array get json]
746+
array set result [array get json]
747747
return 0
748748
}
749749
}

0 commit comments

Comments
 (0)