From a20f61ab05159068903171624b93aebd454245ee Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 13 Oct 2017 13:30:35 +1100 Subject: [PATCH] firehose.rst: trivial syntax Needs a space before the code Change-Id: I8431b51aa68ba7300d4ccb67c87f0ba1ea44ea6c --- doc/source/firehose.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 49f1ff383f..5c858c04b7 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -161,7 +161,6 @@ This requires the `mqtt-hs`_ library to be installed. .. code-block:: haskell - {-# Language DataKinds, OverloadedStrings #-} module Subscribe where @@ -199,6 +198,7 @@ This requires the `mqtt-hs`_ library to be installed. Go '' .. code-block:: go + package main import ( "fmt"