Skip to content

Commit

Permalink
Trivial: Clear up some trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Dec 17, 2023
1 parent afaf10a commit 06e3193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dub/dub.d
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ class Dub {

@property string mainRecipePath() const { return m_mainRecipePath; }
/// Whenever the switch --recipe= is supplied, this member will be populated.
@property string mainRecipePath(string recipePath)
{
@property string mainRecipePath(string recipePath)
{
return m_mainRecipePath = recipePath;
}

Expand Down

0 comments on commit 06e3193

Please sign in to comment.