Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce5ea6

Browse files
committed
Tab to Spaces
1 parent 7165621 commit 7ce5ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaCodeGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ define(function (require, exports, module) {
534534
}
535535

536536
// Interface methods
537-
for (var j = 0; j < _implements.length; j++) {
537+
for (var j = 0; j < _implements.length; j++) {
538538
for (i = 0, len = _implements[j].operations.length; i < len; i++) {
539539
this.writeMethod(codeWriter, _implements[j].operations[i], options, false, false);
540540
codeWriter.writeLine();

0 commit comments

Comments
 (0)