Remove an unnecessary semi-colon (#1323)

This commit is contained in:
Ken Matsui 2022-07-26 13:16:48 +09:00 committed by GitHub
parent 5373e51f92
commit a582a773c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,4 +76,4 @@ DROGON_TEST(CookieSameSite)
f1.get();
seq.i++;
}
};
}