Skip to content

Commit 73e7450

Browse files
committed
Fixed lint from Windwos snapshot
1 parent e27f34e commit 73e7450

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

dap-mode.el

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ also `dap--make-terminal-buffer'."
120120
:type 'list)
121121

122122
(defcustom dap-label-output-buffer-category nil
123-
"If non-nil, content that is printed to the output buffer will be labelled based on DAP protocol category."
123+
"If non-nil, content that is printed to the output buffer will be labelled
124+
based on DAP protocol category."
124125
:group 'dap-mode
125126
:type 'boolean)
126127

@@ -163,7 +164,8 @@ has been terminated."
163164
:group 'dap-mode)
164165

165166
(defcustom dap-loaded-sources-changed-hook nil
166-
"List of functions to be called after loaded sources have changed for the session."
167+
"List of functions to be called after loaded sources have changed for
168+
the session."
167169
:type 'hook
168170
:group 'dap-mode)
169171

@@ -188,7 +190,8 @@ g. after calling `dap-continue')"
188190

189191
(defcustom dap-breakpoints-changed-hook nil
190192
"List of functions that will be called after breakpoints have changed.
191-
The hook will be called with the session file and the new set of breakpoint locations."
193+
The hook will be called with the session file and the new set of breakpoint
194+
locations."
192195
:type 'hook
193196
:group 'dap-mode)
194197

dap-python.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ If the port is taken, DAP will try the next port."
4444

4545
(defcustom dap-python-terminal nil
4646
"The terminal to use when running the debug process.
47-
For example you may set it to `xterm -e' which will pop xterm console when you are debugging."
47+
For example you may set it to `xterm -e' which will pop xterm console when
48+
you are debugging."
4849
:group 'dap-python
4950
:risky t
5051
:type 'string)

dap-ui.el

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ number - expand N levels."
152152
:group 'dap-ui)
153153

154154
(defcustom dap-ui-default-fetch-count 30
155-
"Default number of variables to load in inspect variables view for array variables."
155+
"Default number of variables to load in inspect variables view for
156+
array variables."
156157
:group 'dap-ui
157158
:type 'number)
158159

@@ -770,7 +771,8 @@ DEBUG-SESSION is the debug session triggering the event."
770771
;; locals
771772

772773
(defcustom dap-ui-variable-length 30
773-
"Default number of variables to load in inspect variables view for array variables."
774+
"Default number of variables to load in inspect variables view for
775+
array variables."
774776
:group 'dap-ui
775777
:type 'number)
776778

0 commit comments

Comments
 (0)