Skip to content

Commit

Permalink
shortcut/alias for instantiating a new DiffGraphBuilder (#273)
Browse files Browse the repository at this point in the history
motivation: minify flatgraph migration diff
  • Loading branch information
mpollmeier authored Jun 27, 2024
1 parent 5042694 commit 94f32d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/src/main/scala/overflowdb/codegen/CodeGen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class CodeGen(schema: Schema) {
| case other => other
| }
|
| def newDiffGraphBuilder: DiffGraphBuilder = new DiffGraphBuilder
|}
|
|
Expand Down

0 comments on commit 94f32d3

Please sign in to comment.