[web] Remove the part directive from the web key map template (#85637)

This commit is contained in:
Mouad Debbar 2021-06-30 14:26:04 -07:00 committed by GitHub
parent 407916d44f
commit 4013fe2131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,6 @@
// Edit the template dev/tools/gen_keycodes/data/web_key_map_dart.tmpl instead.
// See dev/tools/gen_keycodes/README.md for more information.
part of engine;
/// Maps Web KeyboardEvent codes to the matching LogicalKeyboardKey id.
const Map<String, int> kWebToLogicalKey = <String, int>{
@@@WEB_LOGICAL_KEY_CODE_MAP@@@