Skip to content

Commit 5c19e64

Browse files
authored
Merge pull request #1814 from juanmirocks/patch-1
minor: fix indentation to be consistent
2 parents ad06b34 + 5a3bad7 commit 5c19e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/self-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trait Tweeter {
2727
}
2828
2929
class VerifiedTweeter(val username_ : String) extends Tweeter with User { // We mixin User because Tweeter required it
30-
def username = s"real $username_"
30+
def username = s"real $username_"
3131
}
3232
3333
val realBeyoncé = new VerifiedTweeter("Beyoncé")

0 commit comments

Comments
 (0)