Fix spacing.

This commit is contained in:
Nicholas Hastings 2015-03-05 10:56:54 -08:00
parent 70390ff1f7
commit c39565ddb1

View File

@ -256,13 +256,13 @@ methodmap AdminId {
// The number of groups of which this admin is a member. // The number of groups of which this admin is a member.
property int GroupCount { property int GroupCount {
public native get(); public native get();
} }
// Immunity level used for targetting. // Immunity level used for targetting.
property int ImmunityLevel { property int ImmunityLevel {
public native get(); public native get();
public native set(int level); public native set(int level);
} }
} }