Skip to content

Commit 56b090a

Browse files
committed
Run clang-format on xoauth2_test.cc.
1 parent fc493ad commit 56b090a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xoauth2_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ void SetPasswordToValidToken() {
6363
fclose(f);
6464
}
6565

66-
void SetPasswordToValidTokenWithUserOverride(const std::string& user) {
66+
void SetPasswordToValidTokenWithUserOverride(const std::string &user) {
6767
FILE *f = OpenTempTokenFile();
6868
std::string expiry_str = std::to_string(time(nullptr) + 3600);
6969
fprintf(f, kTokenTemplateWithUser, "access", "refresh", expiry_str.c_str(),
70-
user.c_str());
70+
user.c_str());
7171
fclose(f);
7272
}
7373

0 commit comments

Comments
 (0)