Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed Jun 5, 2018
1 parent 3240939 commit d14c7fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions binding-hs/examples/Agent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
{-# LANGUAGE NamedFieldPuns #-}
module Main where

import Prelude
import Control.Monad (replicateM_, when)
import Control.Monad.Catch
import Control.Exception.Base

import OpenAI.Gym
import Servant.Client
import Network.HTTP.Client
import Control.Exception.Base
import Control.Monad (replicateM_, when)
import Control.Monad.Catch
import Prelude

import Network.HTTP.Client
import OpenAI.Gym
import Servant.Client


main :: IO ()
Expand Down

0 comments on commit d14c7fb

Please sign in to comment.