Browse Source

[5288] Improved indent

Francis Dupont 7 years ago
parent
commit
5420e59660
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/examples/kea4/multiple-options.json

+ 2 - 2
doc/examples/kea4/multiple-options.json

@@ -134,7 +134,7 @@
             // of addresses.
            "pool": "192.0.2.10 - 192.0.2.100"
 
-        }, {
+          }, {
             // This second pool is more interesting. Anyone who gets an
             // address from this pool will also get this specific option
             // value if asks for DNS servers configuration. This value,
@@ -146,7 +146,7 @@
                     "name": "domain-name-servers",
                     "data": "192.0.2.3, 192.0.2.4"
                 }
-            ]
+          ]
         } ]
     } ]
 },