Skip to content

Commit 890be67

Browse files
committed
formatting
1 parent 93db3a9 commit 890be67

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

app/config/templates/function.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,14 +2091,9 @@ function getRuntimes($runtime, $commands, $entrypoint, $providerRootDirectory, $
20912091
'timeout' => 15,
20922092
'useCases' => ['auth'],
20932093
'runtimes' => [
2094-
...getRuntimes(
2095-
$templateRuntimes['DART'],
2096-
'dart pub get',
2097-
'lib/main.dart',
2098-
'dart/sign_in_with_apple'
2099-
),
2094+
...getRuntimes($templateRuntimes['DART'], 'dart pub get', 'lib/main.dart', 'dart/sign_in_with_apple')
21002095
],
2101-
'instructions' => 'For documentation and instructions check out <a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/appwrite/templates/tree/main/dart/sign_in_with_apple">file</a>.',
2096+
'instructions' => 'For documentation and instructions, check out <a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/appwrite/templates/tree/main/dart/sign_in_with_apple">file</a>.',
21022097
'vcsProvider' => 'github',
21032098
'providerRepositoryId' => 'templates',
21042099
'providerOwner' => 'appwrite',

0 commit comments

Comments
 (0)