Redundant bracket
This commit is contained in:
		@@ -36,7 +36,7 @@ query prefix = do
 | 
			
		||||
      CB.sourceFile (dir </> ".addressbook.dat")
 | 
			
		||||
        .| CT.decode CT.utf8
 | 
			
		||||
        .| CT.lines
 | 
			
		||||
        .| C.filter (\v -> prefixLC `T.isPrefixOf` (T.toLower v))
 | 
			
		||||
        .| C.filter (\v -> prefixLC `T.isPrefixOf` T.toLower v)
 | 
			
		||||
        .| CT.encode CT.utf8
 | 
			
		||||
        .| C.map (<> "\n")
 | 
			
		||||
        .| CB.sinkHandle stdout
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user