Skip to content

Commit 7d2ea29

Browse files
committed
Added newlines for formatting
1 parent 93ed59e commit 7d2ea29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
# Build the compiler without GWT.
3-
mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml
3+
mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml

utils/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
# Run the local build of CC in target/. Make sure to run build.sh before running
33
# this script.
4-
java -jar target/closure-compiler-1.0-SNAPSHOT.jar $@
4+
java -jar target/closure-compiler-1.0-SNAPSHOT.jar $@

0 commit comments

Comments
 (0)