Skip to content

Commit 2f05873

Browse files
committed
Remove blank lines
1 parent 29b93f1 commit 2f05873

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/NativeScript/Metadata/Metadata.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ struct FunctionMeta : Meta {
544544
bool returnsUnmanaged() const {
545545
return this->flag(MetaFlags::FunctionReturnsUnmanaged);
546546
}
547-
548547
};
549548

550549
struct JsCodeMeta : Meta {
@@ -615,7 +614,6 @@ struct MethodMeta : MemberMeta {
615614
const char* constructorTokens() const {
616615
return this->_constructorTokens.valuePtr();
617616
}
618-
619617
};
620618

621619
struct PropertyMeta : MemberMeta {

0 commit comments

Comments
 (0)