Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed May 12, 2024
1 parent 6432914 commit c34295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postgresql/lib/src/builders/sort.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ColumnSortBuilder extends ColumnBuilder {
}

class ColumnSortPredicateBuilder extends ColumnSortBuilder {
ColumnSortPredicateBuilder(super.table, String super.key, super.order)
ColumnSortPredicateBuilder(super.table, super.key, super.order)
: _key = key;

final String _key;
Expand Down

0 comments on commit c34295d

Please sign in to comment.