Skip to content

Commit b247244

Browse files
committed
removed explicit from CurrentUserBlockListener constructor
1 parent 323d41d commit b247244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/desktop/auth_desktop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ void Auth::SignOut() {
518518
// cache load is finished.
519519
class CurrentUserBlockListener : public firebase::auth::AuthStateListener {
520520
public:
521-
explicit CurrentUserBlockListener() : semaphore_(0) {}
521+
CurrentUserBlockListener() : semaphore_(0) {}
522522
~CurrentUserBlockListener() override {}
523523

524524
void OnAuthStateChanged(Auth* auth) override { semaphore_.Post(); }

0 commit comments

Comments
 (0)