Replace tabs with spaces
Use consistent whitespace with the rest of the project.
This commit is contained in:
parent
52cd38d268
commit
57c9b97ec4
|
|
@ -11,7 +11,7 @@ describe("mangle_properties 'debug' option ", function() {
|
|||
debug: true
|
||||
});
|
||||
|
||||
var stream = Uglify.OutputStream();
|
||||
let stream = Uglify.OutputStream();
|
||||
ast.print(stream);
|
||||
var result = stream.toString();
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ describe("mangle_properties 'debug' option ", function() {
|
|||
debug: true
|
||||
});
|
||||
|
||||
var stream = Uglify.OutputStream();
|
||||
let stream = Uglify.OutputStream();
|
||||
ast.print(stream);
|
||||
var result = stream.toString();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user