Skip to content

Commit

Permalink
Remove unnecessary parenthesis. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Jul 19, 2022
1 parent b5440a5 commit 63d0eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/full_client.toit
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class FullClient:
constructor
--transport /Transport
--logger /log.Logger = log.default:
transport_ = ActivityMonitoringTransport.private_(transport)
transport_ = ActivityMonitoringTransport.private_ transport
logger_ = logger

/**
Expand Down

0 comments on commit 63d0eee

Please sign in to comment.