Skip to content

Commit 935c34c

Browse files
committed
break multiline comment at 80 character width
1 parent ba62b1f commit 935c34c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

iocage/lib/Jail.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,10 @@ class JailGenerator(JailResource):
247247
the release's root dataset.
248248
249249
zpool/iocage/jails/<NAME>/config.json:
250-
Jails configured with the latest configuration style store their information in a JSON file. When this file is found in the jail's dataset, libiocage assumes the jail to be a JSON-style jail and ignores other configuration mechanisms.
250+
Jails configured with the latest configuration style store their
251+
information in a JSON file. When this file is found in the jail's
252+
dataset, libiocage assumes the jail to be a JSON-style jail and
253+
ignores other configuration mechanisms.
251254
252255
zpool/iocage/jails/<NAME>/config:
253256
Another compatible configuration mechanism is a UCL file. It's

0 commit comments

Comments
 (0)