Skip to content

Commit 5b5895e

Browse files
committed
minor #14706 Remove white space (james2001)
This PR was merged into the 4.4 branch. Discussion ---------- Remove white space Fix the line color Commits ------- 134df97 Remove white space
2 parents ead414b + 134df97 commit 5b5895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ difference is that it's done in the constructor:
155155
{
156156
// ...
157157
158-
+ $this->logger->info('Using the greeting: '.$greeting);
158+
+ $this->logger->info('Using the greeting: '.$greeting);
159159
160160
return $greeting;
161161
}

0 commit comments

Comments
 (0)