mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
JS: apply google-java-format to extractor source code
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user