Skip to content

Commit 8221e76

Browse files
committed
Fix linter remarks
1 parent 143e647 commit 8221e76

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

00-intro/00-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

01-git/01-git.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

02-cmake/02-cmake.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
\AtBeginSection[]{
5656
\begin{frame}
5757
\centering
58-
\Huge\insertsection
58+
\Huge\insertsection%
5959
\end{frame}
6060
}
6161

03-linux/03-linux.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

04-cpp-project-structure/04-cpp-project-structure.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

05-embedded-arm/05-embedded-arm.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

06-dl-tech-intro/06-dl-tech-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

07-acl/07-acl.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\AtBeginSection[]{
3434
\begin{frame}
3535
\centering
36-
\Huge\insertsection
36+
\Huge\insertsection%
3737
\end{frame}
3838
}
3939

0 commit comments

Comments
 (0)