Skip to content

Commit a47fcd4

Browse files
committed
fix(doc): removing useless spaces
1 parent 728511f commit a47fcd4

327 files changed

Lines changed: 649 additions & 649 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/api/binder/BaseBinder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {BaseBinderBuilder, Widget} from "./BaseBinderBuilder";
1515
import type {CmdBinder} from "./CmdBinder";

src/api/binder/BaseBinderBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {WhenType} from "./When";
1515
import type {RuleName, Severity} from "../checker/Checker";

src/api/binder/BaseUpdateBinder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {BaseBinder} from "./BaseBinder";
1515
import type {Widget} from "./BaseBinderBuilder";

src/api/binder/BaseUpdateBinderBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {BaseBinderBuilder, Widget} from "./BaseBinderBuilder";
1515
import type {WhenType} from "./When";

src/api/binder/CmdBinder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {Widget} from "./BaseBinderBuilder";
1515
import type {CmdBinderBuilder} from "./CmdBinderBuilder";

src/api/binder/CmdBinderBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {BaseBinderBuilder, Widget} from "./BaseBinderBuilder";
1515
import type {WhenType} from "./When";

src/api/binder/CmdUpdateBinder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {Widget} from "./BaseBinderBuilder";
1515
import type {CmdUpdateBinderBuilder} from "./CmdUpdateBinderBuilder";

src/api/binder/CmdUpdateBinderBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414
import type {Widget} from "./BaseBinderBuilder";
1515
import type {BaseUpdateBinderBuilder} from "./BaseUpdateBinderBuilder";

src/api/binder/InteractionBinder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414

1515
import type {Widget} from "./BaseBinderBuilder";

src/api/binder/InteractionBinderBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* (at your option) any later version.
77
* Interacto is distributed in the hope that it will be useful,
88
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1010
* GNU General Public License for more details.
1111
* You should have received a copy of the GNU General Public License
12-
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
12+
* along with Interacto. If not, see <https://www.gnu.org/licenses/>.
1313
*/
1414

1515
import type {BaseBinderBuilder, Widget} from "./BaseBinderBuilder";

0 commit comments

Comments
 (0)