Skip to content

Commit d4d3f90

Browse files
committed
make sanitize-pr
(reaching a fix-point there somehow seems harder than it should be...)
1 parent fafb69c commit d4d3f90

File tree

1 file changed

+5
-3
lines changed
  • libs/hscim/src/Web/Scim/Server

1 file changed

+5
-3
lines changed

libs/hscim/src/Web/Scim/Server/Mock.hs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,11 @@ createMeta rType =
265265
lastModified = testDate,
266266
version = Weak "testVersion",
267267
location =
268-
Common.URI $ -- FUTUREWORK: getting the actual schema, authority, and path here
269-
-- is a bit of work, but it may be required one day.
270-
URI "https:" (Just $ URI.URIAuth "" "example.com" "") "/Users/id" "" ""
268+
Common.URI
269+
$ URI "https:" (Just $ URI.URIAuth "" "example.com" "") "/Users/id" "" ""
270+
-- FUTUREWORK: getting the actual schema, authority, and
271+
-- path here is a bit of work, but it may be required one
272+
-- day.
271273
}
272274

273275
-- Natural transformation from our transformer stack to the Servant stack

0 commit comments

Comments
 (0)