Skip to content

Commit 29d3114

Browse files
Fixed linter errors.
1 parent 5c1ee61 commit 29d3114

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Diff for: lib/dndfonts.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
% <https://fonts.adobe.com/fonts/modesto>
2727
%
2828
% DM's Guild Fonts
29-
% Serif/Body Text: TeX Gyre Bonum
29+
% Serif/Body Text: TeX Gyre Bonum
3030
% <http://www.1001fonts.com/tex-gyre-bonum-font.html>
3131
% Chapter/Section Titles: Andada Small Caps
3232
% <http://www.1001fonts.com/andada-font.html>

Diff for: lib/dndimage.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
{
5454
\includegraphics[width=\hsize,keepaspectratio]{#4}
5555
}
56-
}
56+
}

Diff for: lib/dndmonster.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
\exp_args:NV \__dnd_ability_score_modifier:N \l__cha_tl &
382382
{#1} \\
383383
\end{tabularx}
384-
384+
385385
\par \vspace{4pt}%
386386
}
387387

Diff for: lib/dndquote.sty

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
{
7171
\group_begin:
7272
\keys_set_known:nnN { dnd / quotation } {#1} \l_tmpa_tl
73-
73+
7474
\str_if_eq:VnT \l_tmpa_tl { -NoValue- }
7575
{ \tl_set_eq:NN \l_tmpa_tl \c_empty_tl }
76-
76+
7777
\__dnd_start_quote_aside:nV
7878
{
7979
colback = \l__dnd_quotation_color_tl,
@@ -95,10 +95,10 @@
9595
{
9696
\group_begin:
9797
\keys_set_known:nnN { dnd / quotation } {#1} \l_tmpa_tl
98-
98+
9999
\str_if_eq:VnT \l_tmpa_tl { -NoValue- }
100100
{ \tl_set_eq:NN \l_tmpa_tl \c_empty_tl }
101-
101+
102102
\__dnd_start_quote_aside:nV
103103
{colback = \l__dnd_quotation_color_tl}
104104
{\l_tmpa_tl}

Diff for: lib/dndsections.sty

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@
215215
\tl_set:Nx \l_from_tl { \arabic {DndAreaCounter} }
216216
\addtocounter{DndAreaCounter}{#2}
217217
\tl_set:Nn \l_to_tl { \arabic {DndAreaCounter} }
218-
218+
219219
\label { \l__dnd_region_tl \l__dnd_area_label_tl : \tl_if_novalue:nTF{#1}{#3}{#1} }
220-
220+
221221
\tl_set:Nn \l_tmpa_tl { \l__dnd_region_tl \l_from_tl -- \l_to_tl. ~ #3 }
222-
222+
223223
\str_case_e:nn {\l__dnd_area_num_depth_tl}
224224
{
225225
{1} { \section {\l_tmpa_tl} }

Diff for: lib/dndvehicle.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@
237237
\noindent
238238
\__dnd_monster_attack_info:
239239
\group_end:
240-
}
240+
}

0 commit comments

Comments
 (0)