Skip to content

Commit 968c572

Browse files
committed
Change comment whitespace for PrettyPrinter
1 parent 62dcff0 commit 968c572

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

shared/src/main/scala/scala/xml/PrettyPrinter.scala

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ import Utility.sbToString
1919
* XML nodes.
2020
*
2121
* @author Burak Emir
22-
* @param width the width to fit the output into
23-
* @param step indentation
24-
* @note This class is not threadsafe and should not be accessed by multiple threads at the same time.
22+
* @param width the width to fit the output into
23+
* @param step indentation
24+
* @note This class is not threadsafe and should not be accessed by
25+
* multiple threads at the same time.
2526
*/
2627
class PrettyPrinter(width: Int, step: Int, minimizeEmpty: Boolean) {
2728

0 commit comments

Comments
 (0)