JS: apply google-java-format to extractor source code

This commit is contained in:
Esben Sparre Andreasen
2019-09-03 09:01:19 +02:00
parent 9eebe00b33
commit 27e36cfe05
12 changed files with 133 additions and 134 deletions

View File

@@ -6,7 +6,7 @@ import com.semmle.js.ast.Visitor;
/**
* A unary operator applied to a type.
*
* This can be <tt>keyof T</tt> or <tt>readonly T</tt>.
* <p>This can be <tt>keyof T</tt> or <tt>readonly T</tt>.
*/
public class UnaryTypeExpr extends TypeExpression {
private final ITypeExpression elementType;

View File

@@ -4,7 +4,6 @@ import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import com.semmle.util.trap.TrapWriter;
import com.semmle.util.trap.TrapWriter.Label;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;