Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 22, 2023
1 parent 1a746ea commit a84e5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/code_layout/sipify/sipifyheader.expected.sip
Expand Up @@ -443,7 +443,7 @@ class TemplateInheritance5 : SomethingElse
#include "sipifyheader.h"
%End
}
class TemplateInheritance6 : SomethingElse, QList<Abc,Def,Ghi>
class TemplateInheritance6 : SomethingElse, QList<Abc, Def, Ghi>
{

%TypeHeaderCode
Expand Down

0 comments on commit a84e5b8

Please sign in to comment.