Skip to content

Commit 100266a

Browse files
committed
Fix comment placement
1 parent d301bb3 commit 100266a

File tree

1 file changed

+3
-1
lines changed
  • Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v9_0

1 file changed

+3
-1
lines changed

Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v9_0/Compiler.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Xtensive.Sql.Drivers.PostgreSql.v9_0
1010
{
1111
internal class Compiler : v8_4.Compiler
1212
{
13-
// Constructors
13+
1414
protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
1515
{
1616
AppendSpaceIfNecessary();
@@ -19,6 +19,8 @@ protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
1919
_ = context.Output.Append("))::double precision * 1000))");
2020
}
2121

22+
// Constructors
23+
2224
public Compiler(SqlDriver driver)
2325
: base(driver)
2426
{

0 commit comments

Comments
 (0)