Skip to content

Commit 269217e

Browse files
committed
Change double to single quotes
1 parent dd4d429 commit 269217e

File tree

1 file changed

+1
-1
lines changed
  • ament_clang_tidy/ament_clang_tidy

1 file changed

+1
-1
lines changed

ament_clang_tidy/ament_clang_tidy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def is_unittest_source(package, file_path):
163163
return ('%s/test/' % package) in file_path
164164

165165
def is_protobuf_source(file_name):
166-
if(file_name.endswith(".pb.cc") or file_name.endswith(".pb.h")):
166+
if(file_name.endswith('.pb.cc') or file_name.endswith('.pb.h')):
167167
return True
168168
return False
169169

0 commit comments

Comments
 (0)