Skip to content

Commit ecc1733

Browse files
committed
style: just for consistent indentation
1 parent b60d04b commit ecc1733

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ function handleIncomingSourceMap (originalCode) {
5454

5555
function applyUnassertWithSourceMap (code, filepath) {
5656
var ast = acorn.parse(code, {
57-
sourceType: 'module',
58-
locations: true,
59-
allowHashBang: true
57+
sourceType: 'module',
58+
locations: true,
59+
allowHashBang: true
6060
});
6161
var inMap = handleIncomingSourceMap(code);
6262
var instrumented = escodegen.generate(unassert(ast), {
@@ -75,8 +75,8 @@ function applyUnassertWithSourceMap (code, filepath) {
7575

7676
function applyUnassertWithoutSourceMap (code) {
7777
var ast = acorn.parse(code, {
78-
sourceType: 'module',
79-
allowHashBang: true
78+
sourceType: 'module',
79+
allowHashBang: true
8080
});
8181
return escodegen.generate(unassert(ast));
8282
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy