Skip to content

Commit 16dd792

Browse files
Update ModelOps.fs
misindent2
1 parent 4338b02 commit 16dd792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Rezoom.SQL.Compiler/ModelOps.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ let getRequiredSchema (schemaName: Name option WithSource) =
3232
let! model = State.get
3333
let source = schemaName.Source
3434
let schemaName =
35-
match schemaName.Value with
36-
| None -> model.DefaultSchema
37-
| Some name -> name
35+
match schemaName.Value with
36+
| None -> model.DefaultSchema
37+
| Some name -> name
3838
let! schema = getSchema schemaName
3939
return
4040
match schema with

0 commit comments

Comments
 (0)