Fix code-style

Contributes to CURA-5942.

Co-Authored-By: diegopradogesto <d.pradogesto@ultimaker.com>
This commit is contained in:
Jaime van Kessel 2018-11-26 10:21:15 +01:00 committed by GitHub
parent c5d0ed2651
commit c8e065d7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@ Item
id: base
// Enumeration with the different possible alignments of the popup with respect of the headerItem
enum PopupAlignment {
enum PopupAlignment
{
AlignLeft,
AlignRight
}