mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Remove non-breaking spaces from code
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
type Mapped<MK extends string = ''> = {
|
||||
[mk in MK]: string
|
||||
[mk in MK]: string
|
||||
};
|
||||
|
||||
export function fn(ev: Mapped) {
|
||||
const props: Mapped = {
|
||||
...ev
|
||||
};
|
||||
const props: Mapped = {
|
||||
...ev
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
type Mapped<MK extends string = ';'> = {
|
||||
[mk in MK]: string
|
||||
[mk in MK]: string
|
||||
};
|
||||
|
||||
export function fn(ev: Mapped) {
|
||||
const props: Mapped = {
|
||||
...ev
|
||||
};
|
||||
const props: Mapped = {
|
||||
...ev
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user