Skip to content

Commit

Permalink
Remove redundant parens
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jan 18, 2024
1 parent 637ba49 commit 2b116ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ testUnnest = do

testSetAggregate :: Test
testSetAggregate = do
xit "set aggregate (percentile_cont)" $ testH query (`shouldBe` [expectation])
it "set aggregate (percentile_cont)" $ testH query (`shouldBe` [expectation])
where query :: Select (Field O.SqlFloat8)
query = O.aggregate median (O.values as)

Expand Down
2 changes: 1 addition & 1 deletion src/Opaleye/Internal/Aggregate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ aggregateU agg (c0, t0) = (c1, primQ')
extractAggregateFields
:: Traversable t
=> T.Tag
-> (t HPQ.PrimExpr)
-> t HPQ.PrimExpr
-> PM.PM [((HPQ.Symbol,
t HPQ.Symbol),
PQ.Bindings HPQ.PrimExpr)]
Expand Down

0 comments on commit 2b116ab

Please sign in to comment.