Skip to content

Commit

Permalink
Update AppHostBuilderExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Nov 27, 2023
1 parent 2118430 commit 862d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/Maps/src/AppHostBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static IMauiHandlersCollection AddMauiMaps(this IMauiHandlersCollection h

#if WINDOWS
throw new NotImplementedException(".NET MAUI Maps is currently not implemented for Windows. For more information, please see: https://aka.ms/maui-maps-no-windows");
#elif
#else
return handlersCollection;
#endif
}
Expand Down

0 comments on commit 862d442

Please sign in to comment.