From 7a240fbd97f08999340fb9a1df94025328981f90 Mon Sep 17 00:00:00 2001 From: Constantin Kloecker Date: Wed, 10 Apr 2019 11:17:40 +0200 Subject: [PATCH] fixed code block display Added missing line --- docs/layout-of-source-files.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 8a0e0736e..3b680113e 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -238,6 +238,7 @@ GitHub and automatically retrieves the file over the network. You can import the iterable mapping as above, e.g. :: + import "github.com/ethereum/dapp-bin/library/iterable_mapping.sol" as it_mapping; Remix may add other source code providers in the future.