Skip to content

Commit cafe7e3

Browse files
committed
Fix lint errors
1 parent fd0729e commit cafe7e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gma/src/common/query_info_internal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef FIREBASE_GMA_SRC_COMMON_QUERY_INNFO_INTERNAL_H_
18-
#define FIREBASE_GMA_SRC_COMMON_QUERY_INNFO_INTERNAL_H_
17+
#ifndef FIREBASE_GMA_SRC_COMMON_QUERY_INFO_INTERNAL_H_
18+
#define FIREBASE_GMA_SRC_COMMON_QUERY_INFO_INTERNAL_H_
1919

2020
#include <string>
2121

@@ -84,4 +84,4 @@ class QueryInfoInternal {
8484
} // namespace gma
8585
} // namespace firebase
8686

87-
#endif // FIREBASE_GMA_SRC_COMMON_QUERY_INNFO_INTERNAL_H_
87+
#endif // FIREBASE_GMA_SRC_COMMON_QUERY_INFO_INTERNAL_H_

0 commit comments

Comments
 (0)