Skip to content

Commit c35ff7c

Browse files
committed
STY: formatting with black
1 parent 6f8ba06 commit c35ff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxrf/gui_module/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def __init__(self):
581581
"Brookhaven National Laboratory"
582582
)
583583

584-
text_copyright = f"\u00A92015\u2014{datetime.now().year} Brookhaven National Laboratory"
584+
text_copyright = f"\u00a92015\u2014{datetime.now().year} Brookhaven National Laboratory"
585585

586586
label_name = QLabel(text_name)
587587
label_name.setStyleSheet("QLabel {font-weight: bold; font-size: 32px}")

0 commit comments

Comments
 (0)