Commit 8c1db620 authored by Roman Alifanov's avatar Roman Alifanov

Removed unnecessary line break

parent 8664caa7
from gi.repository import Adw, Gtk
class ApplicationRow(Adw.ActionRow):
def __init__(self, app, is_installed, on_toggle):
super().__init__(title=app['name'], subtitle=app['dscr'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment