Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hschmidt committed Feb 20, 2023
1 parent 27fb577 commit f6d24d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EnvPane/AboutSheetController.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ - (void) loadView
{
[super loadView];
NSError *error;
NSURL *readmeUrl = [self.nibBundle URLForResource: @"README" withExtension: @"md"];
NSURL *readmeUrl = [self.nibBundle URLForResource: @"README"
withExtension: @"md"];
NSString *readme = [NSString stringWithContentsOfURL: readmeUrl
encoding: NSUTF8StringEncoding
error: &error];
Expand Down

0 comments on commit f6d24d2

Please sign in to comment.