Skip to content

Commit 2fcdf83

Browse files
committed
Fixed some indents in syntax
1 parent d7da075 commit 2fcdf83

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/t-sql/queries/predict-transact-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ WITH ( <result_set_definition> )
7575
}
7676
7777
<model_object> ::=
78-
{
79-
model_literal
80-
| model_variable
81-
| ( scalar_subquery )
82-
}
78+
{
79+
model_literal
80+
| model_variable
81+
| ( scalar_subquery )
82+
}
8383
```
8484

8585
::: moniker-end

0 commit comments

Comments
 (0)