Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Feb 25, 2023
1 parent 1907240 commit 46ff14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/spec/Feature/Query/RpcSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import Text.Heredoc

import PostgREST.Config.PgVersion (PgVersion, pgVersion100,
pgVersion109, pgVersion110,
pgVersion112, pgVersion114, pgVersion130,
pgVersion140)
pgVersion112, pgVersion114,
pgVersion130, pgVersion140)

import Protolude hiding (get)
import SpecHelper
Expand Down
2 changes: 1 addition & 1 deletion test/spec/fixtures/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ CREATE TABLE test.openapi_defaults(
create function add_them(a integer, b integer)
returns integer as $$
select a + b;
$$ language sql;
$$ language sql stable;

create or replace function root() returns json as $_$
declare
Expand Down

0 comments on commit 46ff14f

Please sign in to comment.