rspec/rules/S6673/vbnet/example_1_compliant.adoc

5 lines
127 B
Plaintext
Raw Normal View History

2023-07-24 10:51:53 +02:00
[source,vbnet,diff-id=1,diff-type=compliant]
----
logger.LogError("{First} placeholder and {Second} one.", first, second)
----