Skip to content

Commit 8441347

Browse files
committed
fix lint
1 parent a122dcc commit 8441347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/reader/create_double_buffer_reader_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include <thread> //NOLINT
15+
#include <thread> // NOLINT
1616

1717
#include "paddle/fluid/framework/channel.h"
1818
#include "paddle/fluid/operators/reader/reader_op_registry.h"

0 commit comments

Comments
 (0)