Skip to content

Commit 9628aba

Browse files
chore: format
1 parent b0f9bc3 commit 9628aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/firebase_ui_auth/example/windows/runner

packages/firebase_ui_auth/example/windows/runner/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "utils.h"
77

88
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
9-
_In_ wchar_t *command_line, _In_ int show_command) {
9+
_In_ wchar_t* command_line, _In_ int show_command) {
1010
// Attach to console when present (e.g., 'flutter run') or create a
1111
// new console when running with a debugger.
1212
if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {

0 commit comments

Comments
 (0)