Skip to content

Commit a4450c3

Browse files
committed
autoformat
1 parent fc7e9eb commit a4450c3

File tree

1 file changed

+3
-7
lines changed
  • javascript/ql/test/library-tests/PackageExports

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
import javascript
2-
32
import semmle.javascript.PackageExports as Exports
43

5-
6-
query PackageJSON getTopmostPackageJSON() {
7-
result = Exports::getTopmostPackageJSON()
8-
}
4+
query PackageJSON getTopmostPackageJSON() { result = Exports::getTopmostPackageJSON() }
95

106
query DataFlow::Node getAValueExportedBy(PackageJSON json) {
11-
result = Exports::getAValueExportedBy(json)
12-
}
7+
result = Exports::getAValueExportedBy(json)
8+
}

0 commit comments

Comments
 (0)