Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwerhoff committed Apr 28, 2017
1 parent 237230e commit 048610f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/silver/ast/Ast.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ trait Node extends Traversable[Node] with Rewritable {
/** @see [[viper.silver.ast.utility.ViperStrategy]] */
def transform(pre: PartialFunction[Node, Node] = PartialFunction.empty,
recurse: Traverse = Traverse.Innermost)
: this.type =
: this.type =

StrategyBuilder.Slim[Node](pre, recurse) execute[this.type] (this)

Expand Down

0 comments on commit 048610f

Please sign in to comment.