Skip to content

Commit 39636da

Browse files
🤖 dprint fmt
1 parent a795118 commit 39636da

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

types/microsoft-ajax/index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,8 @@ declare namespace Sys {
948948
// #endregion
949949
}
950950

951-
// Interfaces to match constructor of 4.5.2 implementation of Sys.CultureInfo
952-
// https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452
951+
// Interfaces to match constructor of 4.5.2 implementation of Sys.CultureInfo
952+
// https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452
953953
interface DateTimeFormat {
954954
AMDesignator: string;
955955
Calendar: {
@@ -984,9 +984,9 @@ declare namespace Sys {
984984
NativeCalendarName: string;
985985
AbbreviatedMonthGenitiveNames: string[];
986986
MonthGenitiveNames: string[];
987-
}
988-
989-
interface NumberFormat {
987+
}
988+
989+
interface NumberFormat {
990990
CurrencyDecimalDigits: number;
991991
CurrencyDecimalSeparator: string;
992992
IsReadOnly: boolean;
@@ -1015,8 +1015,8 @@ declare namespace Sys {
10151015
PerMilleSymbol: string;
10161016
NativeDigits: string[];
10171017
DigitSubstitution: number;
1018-
}
1019-
1018+
}
1019+
10201020
/**
10211021
* Represents a culture definition that can be applied to objects that accept a culture-related setting.
10221022
* @see {@link http://msdn.microsoft.com/en-us/library/bb384004(v=vs.100).aspx}

types/microsoft-ajax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"nonNpm": true,
66
"nonNpmDescription": "microsoft-ajax",
77
"projects": [
8-
"https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452",
8+
"https://learn.microsoft.com/en-us/aspnet/ajax/cdn/cdnajax452",
99
"http://msdn.microsoft.com/en-us/library/ee341002(v=vs.100).aspx"
1010
],
1111
"devDependencies": {

0 commit comments

Comments
 (0)