mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Removed newlines from module.js.
This commit is contained in:
parent
a231f9b08d
commit
a57b9e8f82
@ -1,16 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const moduleConst2 = "module2";
|
||||
export default moduleConst2;
|
||||
export const moduleConst = "module";
|
||||
@ -42,18 +29,3 @@ export {
|
||||
firstVar as firstVarAlias,
|
||||
secondVar as secondVarAlias
|
||||
} from "./module_test.js";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user