Indent with 2 spaces
This commit is contained in:
parent
2535a7ee05
commit
7b025b2548
1
Main.hs
1
Main.hs
@ -48,6 +48,7 @@ exec ProgArgs{..} = do
|
|||||||
then handleDnschain url name raw
|
then handleDnschain url name raw
|
||||||
else handleLocal name block
|
else handleLocal name block
|
||||||
|
|
||||||
|
|
||||||
handleLocal :: String -> Bool -> IO ()
|
handleLocal :: String -> Bool -> IO ()
|
||||||
handleLocal name block = do
|
handleLocal name block = do
|
||||||
out <- readProcess "namecoind" ["name_show", name] ""
|
out <- readProcess "namecoind" ["name_show", name] ""
|
||||||
|
Loading…
Reference in New Issue
Block a user