Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dasbaumwolltier committed Dec 20, 2020
1 parent 93e4e6a commit 5fc35c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Credential.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace
QString keyNameNoUsername(const Credential& credentials)
{
QString result;

if(!credentials.protocol.isEmpty())
{
result += credentials.protocol + "://";
Expand Down

0 comments on commit 5fc35c3

Please sign in to comment.