Skip to content

Commit 94f32d3

Browse files
authored
shortcut/alias for instantiating a new DiffGraphBuilder (#273)
motivation: minify flatgraph migration diff
1 parent 5042694 commit 94f32d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: codegen/src/main/scala/overflowdb/codegen/CodeGen.scala

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class CodeGen(schema: Schema) {
152152
| case other => other
153153
| }
154154
|
155+
| def newDiffGraphBuilder: DiffGraphBuilder = new DiffGraphBuilder
155156
|}
156157
|
157158
|

0 commit comments

Comments
 (0)