WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

Lines changed: 4 additions & 3 deletions
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)