diff --git a/src/mol-script/transpile.ts b/src/mol-script/transpile.ts index 86f9752f2ebf855333dfef3f710b7c2bd168ae79..34f88227ad74644ea2b60fd317bba0e4c26410cc 100644 --- a/src/mol-script/transpile.ts +++ b/src/mol-script/transpile.ts @@ -1,6 +1,6 @@ /** * Copyright (c) 2022 mol* contributors, licensed under MIT, See LICENSE file for more info. - * + * * @author Koya Sakuma <koya.sakuma.work@gmail.com> * * Adapted from MolQL src/transpile.ts diff --git a/src/mol-script/transpilers/jmol/keywords.ts b/src/mol-script/transpilers/jmol/keywords.ts index 663b206578de30e0a426a0cb6f92aebc8550cd49..0654de13ac04d271fc4815e6f13eab3de7eae15a 100644 --- a/src/mol-script/transpilers/jmol/keywords.ts +++ b/src/mol-script/transpilers/jmol/keywords.ts @@ -1,6 +1,6 @@ /** * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. - * @author Koya Sakuma <koya.sakuma.work@gmail.com> + * @author Koya Sakuma <koya.sakuma.work@gmail.com> * Adapted from MolQL project **/ diff --git a/src/mol-script/transpilers/rasmol/examples.ts b/src/mol-script/transpilers/rasmol/examples.ts index 514e8371cccba1c6938b83251eedda346f9ff990..6e83033b35c2342fdc47f5e4772b8b498edf87ec 100644 --- a/src/mol-script/transpilers/rasmol/examples.ts +++ b/src/mol-script/transpilers/rasmol/examples.ts @@ -3,7 +3,7 @@ * * @author Alexander Rose <alexander.rose@weirdbyte.de> * @author David Sehnal <david.sehnal@gmail.com> - * + * */ export const rasmolSelectionsExamples = [{ diff --git a/src/mol-script/transpilers/rasmol/keywords.ts b/src/mol-script/transpilers/rasmol/keywords.ts index 4e451290c7e2b6383147655df04e26c6b690c51e..40c65cfbdd29bac19fd2ba17644caa47a9050edc 100644 --- a/src/mol-script/transpilers/rasmol/keywords.ts +++ b/src/mol-script/transpilers/rasmol/keywords.ts @@ -1,7 +1,7 @@ /** * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * - * @author Koya Sakuma <koya.sakuma.work@gmail.com> + * @author Koya Sakuma <koya.sakuma.work@gmail.com> **/ diff --git a/src/mol-script/transpilers/rasmol/operators.ts b/src/mol-script/transpilers/rasmol/operators.ts index fb2880f2c9800bc0d247e3fd2f68d1e5124c2c5f..f21aa136373098a8c1db078825e2d15d6d28126c 100644 --- a/src/mol-script/transpilers/rasmol/operators.ts +++ b/src/mol-script/transpilers/rasmol/operators.ts @@ -1,6 +1,6 @@ /* * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. - * + * * @author Koya Sakuma <koya.sakuma.work@gmail.com> */