Commit ecf7b07
tls: use logical OR operator
Use the logical OR operator instead of the ternary operator where
applicable.
PR-URL: #44236
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Feng Yu <F3n67u@outlook.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>1 parent 2cf3ce8 commit ecf7b07Copy full SHA for ecf7b07
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- lib/internal/tls
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
lib/internal/tls/secure-context.js
Copy file name to clipboardExpand all lines: lib/internal/tls/secure-context.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
268 | | - |
| 268 | + |
269 | 269 | |
270 | 270 | |
271 | 271 | |
|
0 commit comments