Skip to content

Commit 0b26a8d

Browse files
committed
String Interpolation
1 parent ce2c94a commit 0b26a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.VBEEditor/SafeComWrappers/VBA/Reference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public int Minor
3232

3333
public string Version
3434
{
35-
get { return string.Format("{0}.{1}", Major, Minor); }
35+
get { return string.Format($"{Major}.{Minor}"); }
3636
}
3737

3838
public string Description

0 commit comments

Comments
 (0)