Skip to content

Commit 6ca7029

Browse files
committed
Fix pre-commit issue
1 parent 7dfcbf7 commit 6ca7029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/gen_ort_dockerfile.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ def dockerfile_for_linux(output_file):
144144
RUN apt-get update \\
145145
&& apt-get install -y --no-install-recommends ccache && ccache -p \\
146146
&& rm -rf /var/lib/apt/lists/*
147-
""".format( os.getenv("CCACHE_REMOTE_STORAGE") )
147+
""".format(
148+
os.getenv("CCACHE_REMOTE_STORAGE")
149+
)
148150

149151
df += """
150152

0 commit comments

Comments
 (0)