Fix indent
This commit is contained in:
parent
152fa2f5f3
commit
f5e35d347d
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ class Trace(Action):
|
|||
base_path: str = '/tmp',
|
||||
events_ust: List[str] = names.DEFAULT_EVENTS_ROS,
|
||||
events_kernel: List[str] = names.DEFAULT_EVENTS_KERNEL,
|
||||
**kwargs) -> None:
|
||||
**kwargs
|
||||
) -> None:
|
||||
"""Constructor."""
|
||||
super().__init__(**kwargs)
|
||||
self.__session_name = session_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue