Explorar o código

Merge pull request #648 from da411d/patch-1

Replace tab character with 4 spaces
Timofey Kachalov %!s(int64=5) %!d(string=hai) anos
pai
achega
79d639feb6

+ 1 - 1
src/custom-code-helpers/string-array/templates/string-array-calls-wrapper/Rc4Template.ts

@@ -16,7 +16,7 @@ export function Rc4Template (): string {
                     	     
             let i;
                     	        
-	        for (i = 0; i < 256; i++) {
+            for (i = 0; i < 256; i++) {
                 s[i] = i;
             }