Skip to content

Commit bfb4be2

Browse files
committed
Python: Autoformat
1 parent 54c456d commit bfb4be2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4429,11 +4429,11 @@ private module StdlibPrivate {
44294429
}
44304430
}
44314431

4432-
/**
4433-
* A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
4434-
*
4435-
* See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
4436-
*/
4432+
/**
4433+
* A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
4434+
*
4435+
* See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
4436+
*/
44374437
private class CreateSubprocessShell extends SystemCommandExecution::Range,
44384438
FileSystemAccess::Range, API::CallNode
44394439
{

0 commit comments

Comments
 (0)