Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jan 23, 2023
1 parent 0515958 commit ae374e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/SshConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ private slots:
static QString transformUrl(const QString &url, const QString config) {
auto callbacks = Callbacks(url, config);

//git::Remote remote();
//Callbacks::remoteReady(*remote, 0, &callbacks);
return ""; // remote.url();
// git::Remote remote();
// Callbacks::remoteReady(*remote, 0, &callbacks);
return ""; // remote.url();
}
};

Expand Down

0 comments on commit ae374e6

Please sign in to comment.