Skip to content

Commit 4338b02

Browse files
Update ModelOps.fs
misindent
1 parent 814ccc7 commit 4338b02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Rezoom.SQL.Compiler/ModelOps.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let private requireNoObject (name : QualifiedObjectName WithSource) =
2828
}
2929

3030
let getRequiredSchema (schemaName: Name option WithSource) =
31-
stateful {
31+
stateful {
3232
let! model = State.get
3333
let source = schemaName.Source
3434
let schemaName =
@@ -485,4 +485,4 @@ let changeColumnCollation tableName (columnName : Name WithSource) newCollation
485485
{ col with Collation = Some newCollation }
486486
let table = { table with Columns = table.Columns |> Map.add columnName.Value newColumn }
487487
return! putObject tableName (SchemaTable table)
488-
}
488+
}

0 commit comments

Comments
 (0)