LGTM, thanks On Thu, Jan 22, 2015 at 3:36 PM, 'Klaus Aehlig' via ganeti-devel < ganeti-devel@googlegroups.com> wrote:
> Signed-off-by: Klaus Aehlig <aeh...@google.com> > --- > src/Ganeti/HTools/Cluster.hs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/Ganeti/HTools/Cluster.hs b/src/Ganeti/HTools/Cluster.hs > index 9568699..6b51d3c 100644 > --- a/src/Ganeti/HTools/Cluster.hs > +++ b/src/Ganeti/HTools/Cluster.hs > @@ -113,8 +113,8 @@ import Ganeti.Types (EvacMode(..), mkNonEmpty) > -- * Types > > -- | Allocation details for an instance, specifying > --- | required number of nodes, and > --- | an optional group (name) to allocate to > +-- required number of nodes, and > +-- an optional group (name) to allocate to > data AllocDetails = AllocDetails Int (Maybe String) > deriving (Show) > > -- > 2.2.0.rc0.207.ga3a616c > >